projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f762d
)
mesa: fix comment typo: s/formaat/format/
author
Brian Paul
<brianp@vmware.com>
Tue, 29 Jan 2013 18:52:39 +0000
(11:52 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 29 Jan 2013 18:53:24 +0000
(11:53 -0700)
src/mesa/main/formats.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/formats.c
b/src/mesa/main/formats.c
index 47a1d68025f44b526bf7257c8508dc86e06d64f9..1c9e63377d433440bf11f4306bf60a782c23184f 100644
(file)
--- a/
src/mesa/main/formats.c
+++ b/
src/mesa/main/formats.c
@@
-2649,7
+2649,7
@@
_mesa_format_to_type_and_comps(gl_format format,
}
/**
- * Check if a gl_format exactly matches a GL forma
a
t/type combination
+ * Check if a gl_format exactly matches a GL format/type combination
* such that we can use memcpy() from one to the other.
* \param gl_format a MESA_FORMAT_x value
* \param format the user-specified image format