[PATCH] Fix spelling in comments.

RALOVICH, Kristóf tade60 at freemail.hu
Sat Feb 11 06:00:49 PST 2012


---
 xf86drmMode.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xf86drmMode.h b/xf86drmMode.h
index 34f5fb1..febf88a 100644
--- a/xf86drmMode.h
+++ b/xf86drmMode.h
@@ -333,7 +333,7 @@ extern int drmModeAddFB2(int fd, uint32_t width, uint32_t height,
 			 uint32_t pitches[4], uint32_t offsets[4],
 			 uint32_t *buf_id, uint32_t flags);
 /**
- * Destroies the given framebuffer.
+ * Destroys the given framebuffer.
  */
 extern int drmModeRmFB(int fd, uint32_t bufferId);
 
@@ -349,7 +349,7 @@ extern int drmModeDirtyFB(int fd, uint32_t bufferId,
  */
 
 /**
- * Retrive information about the ctrt crtcId
+ * Retrive information about the crtc crtcId
  */
 extern drmModeCrtcPtr drmModeGetCrtc(int fd, uint32_t crtcId);
 
-- 
1.7.5.4


--------------090309060904000708050301--


More information about the dri-devel mailing list