Added missing casts.
[libfirm] / ir / adt / cpset.c
index 8c0ee88..e204800 100644 (file)
  * @file
  * @brief   Custom pointer set
  * @author  Matthias Braun
- * @version $Id$
  *
  * This implements a set of pointers which allows to specify custom callbacks
- * for comparing and hashing it's elements.
+ * for comparing and hashing its elements.
  */
 #include "config.h"