Make the _H #define's match the header file names. Fix comments to
mention the correct type names.
diff --git a/Include/bytesobject.h b/Include/bytesobject.h
index cb31da8..acb943b 100644
--- a/Include/bytesobject.h
+++ b/Include/bytesobject.h
@@ -1,8 +1,8 @@
-/* String object interface */
+/* Bytes (String) object interface */
-#ifndef Py_STRINGOBJECT_H
-#define Py_STRINGOBJECT_H
+#ifndef Py_BYTESOBJECT_H
+#define Py_BYTESOBJECT_H
#ifdef __cplusplus
extern "C" {
#endif
@@ -197,4 +197,4 @@
#ifdef __cplusplus
}
#endif
-#endif /* !Py_STRINGOBJECT_H */
+#endif /* !Py_BYTESOBJECT_H */