summaryrefslogtreecommitdiff
path: root/src/gallium/include
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2018-03-26 15:56:53 +0000
committerDylan Baker <dylan@pnwbakers.com>2018-03-26 10:15:04 -0700
commit029f1a2d6102cbd6d6c0f3badbb1df36073931b3 (patch)
tree3503499969db07ced1b9ff8141a5a31255771fe0 /src/gallium/include
parent27581d18bc7f34e9c8f0b3a7c568323c7a8b03bf (diff)
gallium: Correct minor typo in header comments
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/state_tracker/graw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/state_tracker/graw.h b/src/gallium/include/state_tracker/graw.h
index 217fa31ba1..78ddf0a87f 100644
--- a/src/gallium/include/state_tracker/graw.h
+++ b/src/gallium/include/state_tracker/graw.h
@@ -33,7 +33,7 @@
* necessary to implement this interface is orchestrated by the
* individual target building this entity.
*
- * For instance, the graw-xlib target includes code to implent these
+ * For instance, the graw-xlib target includes code to implement these
* interfaces on top of the X window system.
*
* Programs using this interface may additionally benefit from some of