mesa: fix typo in python scripts
[mesa.git] / src / gallium / auxiliary / util / u_format_parse.py
index 929017a4486c1b67ba835d5712138e6705058c9a..d83603faa7827fa26925898bc57260f1788bd29c 100755 (executable)
@@ -313,7 +313,7 @@ def _parse_channels(fields, layout, colorspace, swizzles):
     return channels
 
 def parse(filename):
-    '''Parse the format descrition in CSV format in terms of the 
+    '''Parse the format description in CSV format in terms of the
     Channel and Format classes above.'''
 
     stream = open(filename)