Mesa (master): gallium: Correct minor typo in header comments

Dylan Baker dbaker at kemper.freedesktop.org
Mon Mar 26 17:15:43 UTC 2018


Module: Mesa
Branch: master
Commit: 029f1a2d6102cbd6d6c0f3badbb1df36073931b3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=029f1a2d6102cbd6d6c0f3badbb1df36073931b3

Author: Alyssa Rosenzweig <alyssa at rosenzweig.io>
Date:   Mon Mar 26 15:56:53 2018 +0000

gallium: Correct minor typo in header comments

Signed-off-by: Alyssa Rosenzweig <alyssa at rosenzweig.io>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 src/gallium/include/state_tracker/graw.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the mesa-commit mailing list