All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix spelling in comments.
@ 2012-02-11 14:04 Kristof Ralovich
  2012-02-13  9:12 ` Paul Menzel
  2012-02-13 13:37 ` Ilija Hadzic
  0 siblings, 2 replies; 3+ messages in thread
From: Kristof Ralovich @ 2012-02-11 14:04 UTC (permalink / raw)
  To: dri-devel

[-- Attachment #1: Type: text/plain, Size: 43 bytes --]

Dear All,

attached is the patch.

Kristof

[-- Attachment #2: 0001-Fix-spelling-in-comments.patch --]
[-- Type: text/x-patch, Size: 986 bytes --]

>From 87b2ba50ca33b85fae58e85cd51ba7515bceb81b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?"RALOVICH,=20Krist=C3=B3f"?= <tade60@freemail.hu>
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


[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix spelling in comments.
  2012-02-11 14:04 [PATCH] Fix spelling in comments Kristof Ralovich
@ 2012-02-13  9:12 ` Paul Menzel
  2012-02-13 13:37 ` Ilija Hadzic
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Menzel @ 2012-02-13  9:12 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1503 bytes --]

Dear Kristof,


Am Samstag, den 11.02.2012, 15:04 +0100 schrieb Kristof Ralovich:
> Dear All,
> 
> attached is the patch.

please only send inlined patches. You can use `git send-email` for that.

> From 87b2ba50ca33b85fae58e85cd51ba7515bceb81b Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?"RALOVICH,=20Krist=C3=B3f"?= <tade60@freemail.hu>
> Date: Sat, 11 Feb 2012 15:00:49 +0100
> Subject: [PATCH] Fix spelling in comments.

Your Signed-off-by line is missing. Please also prepend the commit
summary with the subsystem.

> ---
>  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

Could you also change Retri*e*ve please?

>   */
>  extern drmModeCrtcPtr drmModeGetCrtc(int fd, uint32_t crtcId);

Please resend as [PATCH v2].


Thanks,

Paul

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix spelling in comments.
  2012-02-11 14:04 [PATCH] Fix spelling in comments Kristof Ralovich
  2012-02-13  9:12 ` Paul Menzel
@ 2012-02-13 13:37 ` Ilija Hadzic
  1 sibling, 0 replies; 3+ messages in thread
From: Ilija Hadzic @ 2012-02-13 13:37 UTC (permalink / raw)
  To: Kristof Ralovich; +Cc: dri-devel


while you are at it, "retrive" [sic] should be "retrieve"



On Sat, 11 Feb 2012, Kristof Ralovich wrote:

> Dear All,
>
> attached is the patch.
>
> Kristof
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-13 13:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-11 14:04 [PATCH] Fix spelling in comments Kristof Ralovich
2012-02-13  9:12 ` Paul Menzel
2012-02-13 13:37 ` Ilija Hadzic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.