docs: let go of *
[platform/upstream/glib.git] / gio / gappinfo.c
index 08ffaa6..0bae300 100644 (file)
@@ -71,7 +71,7 @@
  *
  * if (g_file_has_uri_scheme (file, "cdda"))
  *   {
- *     /* do something special with uri */
+ *     // do something special with uri
  *   }
  * g_object_unref (file);
  * ]|