summaryrefslogtreecommitdiffstats
path: root/src/gbm/main/gbm.h
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2016-06-23 12:00:44 +0100
committerChad Versace <[email protected]>2016-06-23 13:55:03 -0700
commitb293e8b470506f3077b1e5db12308ec929d896e7 (patch)
tree3c298994ec4c49ff4dd890322a352b093f935ff0 /src/gbm/main/gbm.h
parent60a27ad122128145d28be37e9c0b0bc86a8e5181 (diff)
gbm: doc fixes
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/gbm/main/gbm.h')
-rw-r--r--src/gbm/main/gbm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gbm/main/gbm.h b/src/gbm/main/gbm.h
index 8a2f2a6a8cc..293cae658d2 100644
--- a/src/gbm/main/gbm.h
+++ b/src/gbm/main/gbm.h
@@ -207,7 +207,7 @@ enum gbm_bo_flags {
GBM_BO_USE_RENDERING = (1 << 2),
/**
* Buffer can be used for gbm_bo_write. This is guaranteed to work
- * with GBM_BO_USE_CURSOR. but may not work for other combinations.
+ * with GBM_BO_USE_CURSOR, but may not work for other combinations.
*/
GBM_BO_USE_WRITE = (1 << 3),
/**