Mesa (master): dri: fix typo in comment

Eric Engeström eric_engestrom at kemper.freedesktop.org
Thu Aug 17 09:01:58 UTC 2017


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

Author: Gwan-gyeong Mun <elongbug at gmail.com>
Date:   Fri Aug 11 01:18:57 2017 +0900

dri: fix typo in comment

Signed-off-by: Mun Gwan-gyeong <elongbug at gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>

---

 include/GL/internal/dri_interface.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h
index 2cbd738439..b90c9b2c66 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).
  */




More information about the mesa-commit mailing list