summaryrefslogtreecommitdiff
path: root/src/gsystem-errors.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2015-11-20 21:32:50 +0100
committerColin Walters <walters@verbum.org>2015-11-20 15:53:50 -0500
commitba4fc45d3120461c85385b26069ad2d3b405dc24 (patch)
tree0641ccfcaf0b81350fdb9506f1331001fadc6efe /src/gsystem-errors.h
parent69c81f5a4f41a77b0c72d0cc6ee462f76a481744 (diff)
downloadlibgsystem-ba4fc45d3120461c85385b26069ad2d3b405dc24.tar.gz
docs: Fix GISCAN warnings
Fix GISCAN by synchronizing the variable names in the .h files with that in the .c and documentation comments and fix the documentation comments to match the naming in the function implementation. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Diffstat (limited to 'src/gsystem-errors.h')
-rw-r--r--src/gsystem-errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsystem-errors.h b/src/gsystem-errors.h
index 15898bc..f7c8bbf 100644
--- a/src/gsystem-errors.h
+++ b/src/gsystem-errors.h
@@ -28,7 +28,7 @@ G_BEGIN_DECLS
void gs_set_error_from_errno (GError **error, gint saved_errno);
void gs_set_prefix_error_from_errno (GError **error,
- gint errsv,
+ gint saved_errno,
const char *format,
...) G_GNUC_PRINTF (3,4);