diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c
index 33786a2154..10c5661165 100644
--- a/gtk/gtkbuilder.c
+++ b/gtk/gtkbuilder.c
@@ -91,10 +91,10 @@
*
* Typically, the specific kind of object represented by an <object>
* element is specified by the "class" attribute. If the type has not been
- * loaded yet, GTK+ tries to find the _get_type() from the
+ * loaded yet, GTK+ tries to find the _get_type() from the
* class name by applying heuristics. This works in most cases, but if
* necessary, it is possible to specify the name of the
- * _get_type() explictly with the "type-func" attribute.
+ * _get_type() explictly with the "type-func" attribute.
* As a special case, GtkBuilder allows to use an object that has been
* constructed by a #GtkUIManager in another part of the UI definition by
* specifying the id of the #GtkUIManager in the "constructor" attribute and the
@@ -222,16 +222,6 @@
* allowing one to define a widget class's components.
*
*
- *
- * Embedding other XML
- *
- * Apart from the language for UI descriptions that has been explained
- * in the previous section, GtkBuilder can also parse XML fragments
- * of GMenu markup. The resulting
- * #GMenu object and its named submenus are available via
- * gtk_builder_get_object() like other constructed objects.
- *
- *
*/
#include "config.h"