On Tue, Apr 11, 2023 at 7:44 AM Geert Uytterhoeven <geert+renesas@xxxxxxxxx> wrote: > > Fix a misspelling of "rendez-vouz". > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > 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