Issue #9089: Remove references to intobject.c and intobject.h from comments.
diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c
index 92c7673..a8a9360 100644
--- a/Modules/xxmodule.c
+++ b/Modules/xxmodule.c
@@ -10,7 +10,7 @@
    your own types of attributes instead.  Maybe you want to name your
    local variables other than 'self'.  If your object type is needed in
    other files, you'll have to create a file "foobarobject.h"; see
-   intobject.h for an example. */
+   floatobject.h for an example. */
 
 /* Xxo objects */