All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] m68k/math-emu: fix typos in comments
@ 2022-04-30 19:11 Julia Lawall
  2022-05-02  8:37 ` Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2022-04-30 19:11 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: kernel-janitors, linux-m68k, linux-kernel

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 arch/m68k/math-emu/fp_arith.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/m68k/math-emu/fp_arith.c b/arch/m68k/math-emu/fp_arith.c
index d9033238d097..f4a06492cd7a 100644
--- a/arch/m68k/math-emu/fp_arith.c
+++ b/arch/m68k/math-emu/fp_arith.c
@@ -243,7 +243,7 @@ fp_fdiv(struct fp_ext *dest, struct fp_ext *src)
 		/* infinity / infinity = NaN (quiet, as always) */
 		if (IS_INF(src))
 			fp_set_nan(dest);
-		/* infinity / anything else = infinity (with approprate sign) */
+		/* infinity / anything else = infinity (with appropriate sign) */
 		return dest;
 	}
 	if (IS_INF(src)) {


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

* Re: [PATCH] m68k/math-emu: fix typos in comments
  2022-04-30 19:11 [PATCH] m68k/math-emu: fix typos in comments Julia Lawall
@ 2022-05-02  8:37 ` Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2022-05-02  8:37 UTC (permalink / raw)
  To: Julia Lawall; +Cc: kernel-janitors, linux-m68k, Linux Kernel Mailing List

On Sat, Apr 30, 2022 at 9:11 PM Julia Lawall <Julia.Lawall@inria.fr> wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
i.e. will queue in the m68k for-v5.19 branch.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

end of thread, other threads:[~2022-05-02  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-30 19:11 [PATCH] m68k/math-emu: fix typos in comments Julia Lawall
2022-05-02  8:37 ` Geert Uytterhoeven

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.