mesa: fix typo in python scripts
authorRoland Scheidegger <sroland@vmware.com>
Fri, 29 Jan 2016 01:58:29 +0000 (02:58 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 2 Feb 2016 04:58:19 +0000 (05:58 +0100)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/gallium/auxiliary/util/u_format_parse.py
src/mesa/main/format_parser.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)
index 799b14f0b1ce72b224ba285baf3423e5614362c8..a29f20754a88e87b27fb3ed7af1afb5529934afb 100755 (executable)
@@ -532,7 +532,7 @@ def _parse_channels(fields, layout, colorspace, swizzle):
    return channels
 
 def parse(filename):
-   """Parse a format descrition in CSV format.
+   """Parse a format description in CSV format.
 
    This function parses the given CSV file and returns an iterable of
    channels."""