summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGwan-gyeong Mun <elongbug@gmail.com>2017-08-11 01:18:57 +0900
committerEric Engestrom <eric.engestrom@imgtec.com>2017-08-17 09:58:49 +0100
commitc87594575ba4c584ec600cc35931b132c0d05dc9 (patch)
tree2c270a2d5906a216c458db759867c3bd09505b94 /include
parenta0ed82947c83a64ff8b85bca638e137e5466bd98 (diff)
dri: fix typo in comment
Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'include')
-rw-r--r--include/GL/internal/dri_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h
index 2cbd738439e..b90c9b2c66d 100644
--- a/include/GL/internal/dri_interface.h
+++ b/include/GL/internal/dri_interface.h
@@ -1190,7 +1190,7 @@ struct __DRIdri2ExtensionRec {
* by the driver (YUV planar formats) but serve as a base image for
* creating sub-images for the different planes within the image.
*
- * R8, GR88 and NONE should not be used with createImageFormName or
+ * R8, GR88 and NONE should not be used with createImageFromName or
* createImage, and are returned by query from sub images created with
* createImageFromNames (NONE, see above) and fromPlane (R8 & GR88).
*/