[girepository] Fix a couple of typos
authorJohan Dahlin <johan@gnome.org>
Sat, 5 Jun 2010 15:39:00 +0000 (12:39 -0300)
committerJohan Dahlin <johan@gnome.org>
Sat, 5 Jun 2010 15:40:34 +0000 (12:40 -0300)
girepository/gibaseinfo.c
girepository/gicallableinfo.c
girepository/gicallableinfo.h
girepository/gifunctioninfo.c
girepository/gifunctioninfo.h

index e128a9a..10e5d7c 100644 (file)
@@ -1,4 +1,4 @@
-/* GObject introspection: Repository implementation
+/* GObject introspection: Base struct implementation
  *
  * Copyright (C) 2005 Matthias Clasen
  * Copyright (C) 2008,2009 Red Hat, Inc.
index 5013c5d..da6b50b 100644 (file)
@@ -1,4 +1,4 @@
-/* GObject introspection: Repository implementation
+/* GObject introspection: Callable implementation
  *
  * Copyright (C) 2005 Matthias Clasen
  * Copyright (C) 2008,2009 Red Hat, Inc.
index c122bd5..479baa2 100644 (file)
@@ -1,4 +1,4 @@
-/* GObject introspection: Functions
+/* GObject introspection: Callable
  *
  * Copyright (C) 2005 Matthias Clasen
  * Copyright (C) 2008,2009 Red Hat, Inc.
@@ -50,5 +50,5 @@ void                   g_callable_info_load_arg        (GICallableInfo *info,
 G_END_DECLS
 
 
-#endif  /* __G_IREPOSITORY_H__ */
+#endif  /* __GICALLABLEINFO_H__ */
 
index 30c7ca6..07e0ec6 100644 (file)
@@ -1,4 +1,4 @@
-/* GObject introspection: Repository implementation
+/* GObject introspection: Function implementation
  *
  * Copyright (C) 2005 Matthias Clasen
  * Copyright (C) 2008,2009 Red Hat, Inc.
index 94b2d6f..9c47bd1 100644 (file)
@@ -1,4 +1,4 @@
-/* GObject introspection: Functions
+/* GObject introspection: Function
  *
  * Copyright (C) 2005 Matthias Clasen
  * Copyright (C) 2008,2009 Red Hat, Inc.
@@ -93,5 +93,5 @@ gboolean              g_function_info_invoke         (GIFunctionInfo *info,
 G_END_DECLS
 
 
-#endif  /* __G_IREPOSITORY_H__ */
+#endif  /* __GIFUNCTIONINFO_H__ */