Fix some things that C++ doesn't like so we don't lose the possibility to use the...
[satune.git] / src / Collections / hashtable.h
index c9ea34fee387295b614247267ad4de14574922ae..8bb5cc29e38f084af9aab49ade951030fb2718a7 100644 (file)
@@ -24,7 +24,7 @@
  * @brief A simple, custom hash table
  *
  * By default it is model_malloc, but you can pass in your own allocation
- * functions. Note that this table does not support the value 0 (NULL) used as
+ * functions. Note that This table does not support the value 0 (NULL) used as
  * a key and is designed primarily with pointer-based keys in mind. Other
  * primitive key types are supported only for non-zero values.
  *