[glib] gtestutils: Fix a function name in a documentation example



commit 779b5c9af00d42bcf4728270a3b5a983998121eb
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Sat Nov 7 13:55:24 2015 +0100

    gtestutils: Fix a function name in a documentation example

 glib/gtestutils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gtestutils.c b/glib/gtestutils.c
index 79fb68f..5b91505 100644
--- a/glib/gtestutils.c
+++ b/glib/gtestutils.c
@@ -2903,7 +2903,7 @@ g_test_trap_fork (guint64        usec_timeout,
  *
  * |[<!-- language="C" --> 
  *   static void
- *   test_create_large_object_subprocess (void)
+ *   test_create_large_object (void)
  *   {
  *     if (g_test_subprocess ())
  *       {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]