summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-05-09 22:22:53 -0700
committerVinson Lee <vlee@vmware.com>2010-05-09 22:22:53 -0700
commit7c5e2672f050644bcab6902b11d0ff4036603bb3 (patch)
tree8859c952dcf9e84dc550b67f56b1339c98379d96 /src
parente3d8d25ebf4e052432f13513d03a420bc22d399d (diff)
mesa: Update comments in get_gen_es.py.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/get_gen_es.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/get_gen_es.py b/src/mesa/main/get_gen_es.py
index 0c45b3d5d7..b12e2e66c3 100644
--- a/src/mesa/main/get_gen_es.py
+++ b/src/mesa/main/get_gen_es.py
@@ -23,7 +23,7 @@
# This script is used to generate the get.c file:
-# python get_gen.py > get.c
+# python get_gen_es.py > get.c
import string
@@ -652,7 +652,7 @@ def EmitHeader(API):
"""Print the get.c file header."""
print """
/***
- *** NOTE!!! DO NOT EDIT THIS FILE!!! IT IS GENERATED BY get_gen.py
+ *** NOTE!!! DO NOT EDIT THIS FILE!!! IT IS GENERATED BY get_gen_es.py
***/
#include "main/glheader.h"