Changed bogus ref to textobject into xxobject.
diff --git a/Objects/xxobject.c b/Objects/xxobject.c
index c3714e0..676f727 100644
--- a/Objects/xxobject.c
+++ b/Objects/xxobject.c
@@ -25,7 +25,7 @@
 newxxobject(arg)
 	object *arg;
 {
-	textobject *xp;
+	xxobject *xp;
 	xp = NEWOBJ(xxobject, &Xxtype);
 	if (xp == NULL)
 		return NULL;