diff options
author | Roland Scheidegger <[email protected]> | 2016-01-29 02:58:29 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2016-02-02 05:58:19 +0100 |
commit | 116e4dc995af27e5fbd218240785fc4422feeb1c (patch) | |
tree | a06c32006f51d5edd1843cfe4cff7f438f8cdf48 /src/gallium/auxiliary/util | |
parent | f0f4259324382d3f11131a7acca8c1ca82868f67 (diff) |
mesa: fix typo in python scripts
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util')
-rwxr-xr-x | src/gallium/auxiliary/util/u_format_parse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_format_parse.py b/src/gallium/auxiliary/util/u_format_parse.py index 929017a4486..d83603faa78 100755 --- a/src/gallium/auxiliary/util/u_format_parse.py +++ b/src/gallium/auxiliary/util/u_format_parse.py @@ -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) |