gtestutils: Fix a function name in a documentation example

This commit is contained in:
Philip Withnall 2015-11-07 13:55:24 +01:00
parent 25a7c817d3
commit 779b5c9af0

View File

@ -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 ())
* {