From: Geert Uytterhoeven Date: Thu, 17 Aug 2023 14:44:48 +0000 (+0200) Subject: m68k: math-emu: Fix incorrect file reference in fp_log.c X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=54b76dc9707a12b063bcb4a5d68bdaad2dc28514;p=users%2Fjedix%2Flinux-maple.git m68k: math-emu: Fix incorrect file reference in fp_log.c The file comment header refers to the wrong file. Signed-off-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/faf2244c3c80a4d70da5a18dd2a170a15b3ebd88.1692283195.git.geert@linux-m68k.org --- diff --git a/arch/m68k/math-emu/fp_log.c b/arch/m68k/math-emu/fp_log.c index 0663067870f2..a8eac8c81757 100644 --- a/arch/m68k/math-emu/fp_log.c +++ b/arch/m68k/math-emu/fp_log.c @@ -1,6 +1,6 @@ /* - fp_trig.c: floating-point math routines for the Linux-m68k + fp_log.c: floating-point math routines for the Linux-m68k floating point emulator. Copyright (c) 1998-1999 David Huggins-Daines / Roman Zippel.