From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kristof Ralovich Subject: [PATCH] Fix spelling in comments. Date: Sat, 11 Feb 2012 15:04:13 +0100 Message-ID: <4F36755D.1020804@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090309060904000708050301" Return-path: Received: from mail-ey0-f177.google.com (mail-ey0-f177.google.com [209.85.215.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 929769E7A7 for ; Sat, 11 Feb 2012 06:04:17 -0800 (PST) Received: by eaai1 with SMTP id i1so1230725eaa.36 for ; Sat, 11 Feb 2012 06:04:16 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org This is a multi-part message in MIME format. --------------090309060904000708050301 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Dear All, attached is the patch. Kristof --------------090309060904000708050301 Content-Type: text/x-patch; name="0001-Fix-spelling-in-comments.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-Fix-spelling-in-comments.patch" >>From 87b2ba50ca33b85fae58e85cd51ba7515bceb81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?"RALOVICH,=20Krist=C3=B3f"?= Date: Sat, 11 Feb 2012 15:00:49 +0100 Subject: [PATCH] Fix spelling in comments. --- 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 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --------------090309060904000708050301--