[2/2] drm: Spelling s/randevouz/rendez-vouz/

Message ID fd7c23298f2c62db85abc9114d12059ef5e5f330.1681208396.git.geert+renesas@glider.be
State New
Headers
Series [1/2] drm: Spelling s/sempahore/semaphore/ |

Commit Message

Geert Uytterhoeven April 11, 2023, 10:20 a.m. UTC
  Fix a misspelling of "rendez-vouz".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 include/drm/task_barrier.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Marc Dionne April 11, 2023, 10:49 a.m. UTC | #1
On Tue, Apr 11, 2023 at 7:44 AM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
> Fix a misspelling of "rendez-vouz".
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  include/drm/task_barrier.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/drm/task_barrier.h b/include/drm/task_barrier.h
> index 217c1cf21c1ab7d5..59ead429acb2afb0 100644
> --- a/include/drm/task_barrier.h
> +++ b/include/drm/task_barrier.h
> @@ -24,7 +24,7 @@
>  #include <linux/atomic.h>
>
>  /*
> - * Reusable 2 PHASE task barrier (randevouz point) implementation for N tasks.
> + * Reusable 2 PHASE task barrier (rendez-vouz point) implementation for N tasks.
>   * Based on the Little book of semaphores - https://greenteapress.com/wp/semaphores/
>   */
>
> --
> 2.34.1

Sorry for the drive by comment, but shouldn't this be "rendez-vous"
(with an 's' rather than a 'z')?

Marc
  
Geert Uytterhoeven April 11, 2023, 10:53 a.m. UTC | #2
Hi Marc,

On Tue, Apr 11, 2023 at 12:49 PM Marc Dionne <marc.c.dionne@gmail.com> wrote:
> On Tue, Apr 11, 2023 at 7:44 AM Geert Uytterhoeven
> <geert+renesas@glider.be> wrote:
> >
> > Fix a misspelling of "rendez-vouz".
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

> > --- a/include/drm/task_barrier.h
> > +++ b/include/drm/task_barrier.h
> > @@ -24,7 +24,7 @@
> >  #include <linux/atomic.h>
> >
> >  /*
> > - * Reusable 2 PHASE task barrier (randevouz point) implementation for N tasks.
> > + * Reusable 2 PHASE task barrier (rendez-vouz point) implementation for N tasks.
> >   * Based on the Little book of semaphores - https://greenteapress.com/wp/semaphores/
> >   */
> >
> > --
> > 2.34.1
>
> Sorry for the drive by comment, but shouldn't this be "rendez-vous"
> (with an 's' rather than a 'z')?

Yes it should. Thanks!

/me hides in a brown paper bag, under a rock...

Gr{oetje,eeting}s,

                        Geert
  

Patch

diff --git a/include/drm/task_barrier.h b/include/drm/task_barrier.h
index 217c1cf21c1ab7d5..59ead429acb2afb0 100644
--- a/include/drm/task_barrier.h
+++ b/include/drm/task_barrier.h
@@ -24,7 +24,7 @@ 
 #include <linux/atomic.h>
 
 /*
- * Reusable 2 PHASE task barrier (randevouz point) implementation for N tasks.
+ * Reusable 2 PHASE task barrier (rendez-vouz point) implementation for N tasks.
  * Based on the Little book of semaphores - https://greenteapress.com/wp/semaphores/
  */