From 4590b4932a346e97c23941beab3d13fba103e864 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 15 Oct 2020 16:21:01 +0100 Subject: [PATCH] gio: Fix some remaining DocBook syntax in a documentation comment Convert it to Markdown. Signed-off-by: Philip Withnall --- gio/gappinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gappinfo.c b/gio/gappinfo.c index 6b0092502..bc3e5d701 100644 --- a/gio/gappinfo.c +++ b/gio/gappinfo.c @@ -138,7 +138,7 @@ g_app_info_dup (GAppInfo *appinfo) * * Checks if two #GAppInfos are equal. * - * Note that the check may not compare each individual + * Note that the check *may not* compare each individual * field, and only does an identity check. In case detecting changes in the * contents is needed, program code must additionally compare relevant fields. *