summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-21 07:40:09 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-21 07:41:08 -0400
commitace7658b28642e8a5b9ffe54838ccb4847b1cc6b (patch)
tree88df31d8f229902840a32791e18d3d40737a75ae
parentcdb9670dc3448e3f582e04c742f3689d619d066d (diff)
Trivial: fix a guard comment
The conventional comment for the #endif at the bottom of the header was not matching the #ifdef at the top in glib-private.h. Fix that.
-rw-r--r--glib/glib-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glib-private.h b/glib/glib-private.h
index fd2e98522..0a280087a 100644
--- a/glib/glib-private.h
+++ b/glib/glib-private.h
@@ -67,4 +67,4 @@ typedef struct {
GLIB_AVAILABLE_IN_ALL
GLibPrivateVTable *glib__private__ (void);
-#endif /* __G_MAIN_H__ */
+#endif /* __GLIB_PRIVATE_H__ */