aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dd.h
diff options
context:
space:
mode:
authorJeff Smith <[email protected]>2008-06-13 09:50:43 -0500
committerBrian Paul <[email protected]>2010-03-12 08:55:05 -0700
commitfab1f07d6ad01463897ae792f4b33738afb07369 (patch)
treea2905eb93364a4479c97cdf2bae36c49586f427b /src/mesa/main/dd.h
parent39c2d3ecd9432262bb157da3bb6103f84a4375e5 (diff)
Grammar and spelling fixes
Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r--src/mesa/main/dd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index 197de09b22a..7c02faaa535 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -1072,7 +1072,7 @@ struct dd_function_table {
* These are the initial values to be installed into dispatch by
* mesa. If the T&L driver wants to modify the dispatch table
* while installed, it must do so itself. It would be possible for
- * the vertexformat to install it's own initial values for these
+ * the vertexformat to install its own initial values for these
* functions, but this way there is an obvious list of what is
* expected of the driver.
*