From e3582c617cf00f3c90b6448d11cf253933a28802 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 25 Feb 2013 23:08:43 -0500 Subject: [PATCH] Minor --- glib/gwakeup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gwakeup.c b/glib/gwakeup.c index 5e03b5d1a..2aec2f59f 100644 --- a/glib/gwakeup.c +++ b/glib/gwakeup.c @@ -22,7 +22,7 @@ #include "config.h" -/* gwakeup.h is special -- GIO and some test cases include it. As such, +/* gwakeup.c is special -- GIO and some test cases include it. As such, * it cannot include other glib headers without triggering the single * includes warnings. We have to manually include its dependencies here * (and at all other use sites).