[glib/glib-2-42] gtestutils: Fix a typo in the g_test_add() documentation
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-42] gtestutils: Fix a typo in the g_test_add() documentation
- Date: Thu, 26 Feb 2015 03:48:58 +0000 (UTC)
commit db4c85e860ad9370f95b06857dcf17244d0fb030
Author: Philip Withnall <philip withnall collabora co uk>
Date: Fri Jan 16 09:18:41 2015 +0000
gtestutils: Fix a typo in the g_test_add() documentation
glib/gtestutils.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gtestutils.c b/glib/gtestutils.c
index 056afbd..2621d6a 100644
--- a/glib/gtestutils.c
+++ b/glib/gtestutils.c
@@ -3346,8 +3346,8 @@ g_test_get_filename (GTestFileType file_type,
* similar to g_test_create_case().
*
* g_test_add() is implemented as a macro, so that the fsetup(), ftest() and
- * fteardown() callbacks can expect a @Fixture pointer as first argument in
- * a type safe manner. They otherwise have type #GTestFixtureFunc.
+ * fteardown() callbacks can expect a @Fixture pointer as their first argument
+ * in a type safe manner. They otherwise have type #GTestFixtureFunc.
*
* Since: 2.16
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]