docs: let go of *
[platform/upstream/glib.git] / glib / ghash.c
index 74b5c70..012671d 100644 (file)
@@ -687,7 +687,7 @@ g_hash_table_new_full (GHashFunc      hash_func,
  * g_hash_table_iter_init (&iter, hash_table);
  * while (g_hash_table_iter_next (&iter, &key, &value))
  *   {
- *     /* do something with key and value */
+ *     // do something with key and value
  *   }
  * ]|
  *