Added comment symbols around word after #endif.
diff --git a/Python/import.c b/Python/import.c
index 2f782aa..ea6a6fe 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -369,7 +369,7 @@
                 if (p == NULL && verbose)
                         perror(funcname);
 	}
-#endif hpux
+#endif /* hpux */
 	if (p == NULL) {
 		err_setstr(ImportError,
 		   "dynamic module does not define init function");