Trivial: fix a guard comment
authorMatthias Clasen <mclasen@redhat.com>
Wed, 21 May 2014 11:40:09 +0000 (07:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 21 May 2014 11:41:08 +0000 (07:41 -0400)
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.

glib/glib-private.h

index fd2e985..0a28008 100644 (file)
@@ -67,4 +67,4 @@ typedef struct {
 GLIB_AVAILABLE_IN_ALL
 GLibPrivateVTable *glib__private__ (void);
 
-#endif /* __G_MAIN_H__ */
+#endif /* __GLIB_PRIVATE_H__ */