Issue #9089: Remove references to intobject.c and intobject.h from comments.
diff --git a/Include/longobject.h b/Include/longobject.h
index 02bf7ef..a8dace6 100644
--- a/Include/longobject.h
+++ b/Include/longobject.h
@@ -58,7 +58,7 @@
 #error "sizeof(pid_t) is neither sizeof(int), sizeof(long) or sizeof(long long)"
 #endif /* SIZEOF_PID_T */
 
-/* For use by intobject.c only */
+/* Used by Python/mystrtoul.c. */
 PyAPI_DATA(unsigned char) _PyLong_DigitValue[256];
 
 /* _PyLong_Frexp returns a double x and an exponent e such that the