[Mesa-dev] [PATCH 1/4] mesa: (trivial) fix typo in python scripts
sroland at vmware.com
sroland at vmware.com
Sun Jan 17 13:49:46 PST 2016
From: Roland Scheidegger <sroland at vmware.com>
---
src/gallium/auxiliary/util/u_format_parse.py | 2 +-
src/mesa/main/format_parser.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gallium/auxiliary/util/u_format_parse.py b/src/gallium/auxiliary/util/u_format_parse.py
index 929017a..a6442bd 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)
diff --git a/src/mesa/main/format_parser.py b/src/mesa/main/format_parser.py
index 799b14f..a29f207 100755
--- a/src/mesa/main/format_parser.py
+++ b/src/mesa/main/format_parser.py
@@ -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."""
--
2.1.4
More information about the mesa-dev
mailing list