From 84134c64ed4b2896044d239cd36899cf7e36ed03 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 30 Apr 2017 22:04:17 +0100 Subject: [PATCH] docs: Remove some extraneous words from g_settings_sync() documentation Looks like the author started typing one thing, then changed their mind about how to phrase the sentence, and typed something else. Signed-off-by: Philip Withnall --- gio/gsettings.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gio/gsettings.c b/gio/gsettings.c index 66c6f9bde..4dbb46e10 100644 --- a/gio/gsettings.c +++ b/gio/gsettings.c @@ -2354,8 +2354,7 @@ g_settings_reset (GSettings *settings, /** * g_settings_sync: * - * Ensures that all pending operations for the given are complete for - * the default backend. + * Ensures that all pending operations are complete for the default backend. * * Writes made to a #GSettings are handled asynchronously. For this * reason, it is very unlikely that the changes have it to disk by the