From 03b43f3f6a985a31391d993fe317295a9fe1200d Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sat, 13 Aug 2016 10:27:28 +0200 Subject: [PATCH] docs: Fix early termination of some documentation comments As spotted by cppcheck, which has an eye for these things. --- glib/docs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/docs.c b/glib/docs.c index 875504a1d..781869d72 100644 --- a/glib/docs.c +++ b/glib/docs.c @@ -2587,9 +2587,9 @@ * * membuf = g_malloc (8192); * - * /* Some computation on membuf */ + * /* Some computation on membuf */ * - * /* membuf will be automatically freed here */ + * /* membuf will be automatically freed here */ * return TRUE; * } * ]|