Reflect changed file name in comments.
diff --git a/Modules/cgen.py b/Modules/cgen.py
index 1e345d1..f1e8b63 100644
--- a/Modules/cgen.py
+++ b/Modules/cgen.py
@@ -1,5 +1,5 @@
 # Python script to parse cstubs file for gl and generate C stubs.
-# usage: python cgen <cstubs >glmodule.c
+# usage: python cgen.py <cstubs >glmodule.c
 #
 # XXX BUG return arrays generate wrong code
 # XXX need to change error returns into gotos to free mallocked arrays