Minor doc tweak
authorMatthias Clasen <mclasen@redhat.com>
Tue, 9 Jul 2013 17:23:12 +0000 (13:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 9 Jul 2013 17:23:22 +0000 (13:23 -0400)
glib/gtestutils.c

index b3a2a79..0b7be46 100644 (file)
@@ -2944,7 +2944,7 @@ g_test_build_filename_va (GTestFileType  file_type,
  * g_test_build_filename:
  * @file_type: the type of file (built vs. distributed)
  * @first_path: the first segment of the pathname
- * ...: NULL terminated additional path segments
+ * @...: %NULL-terminated additional path segments
  *
  * Creates the pathname to a data file that is required for a test.
  *
@@ -3045,7 +3045,7 @@ g_test_get_dir (GTestFileType file_type)
  * g_test_get_filename:
  * @file_type: the type of file (built vs. distributed)
  * @first_path: the first segment of the pathname
- * ...: NULL terminated additional path segments
+ * @...: %NULL-terminated additional path segments
  *
  * Gets the pathname to a data file that is required for a test.
  *