diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-08-17 16:44:48 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-10-06 10:03:00 +0200 |
commit | 54b76dc9707a12b063bcb4a5d68bdaad2dc28514 (patch) | |
tree | 91236923ddfa19dc47feb07a791dcbed44c868b1 /arch/m68k/math-emu/fp_log.c | |
parent | Linux 6.6-rc3 (diff) | |
download | linux-54b76dc9707a12b063bcb4a5d68bdaad2dc28514.tar.xz linux-54b76dc9707a12b063bcb4a5d68bdaad2dc28514.zip |
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 <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/faf2244c3c80a4d70da5a18dd2a170a15b3ebd88.1692283195.git.geert@linux-m68k.org
Diffstat (limited to '')
-rw-r--r-- | arch/m68k/math-emu/fp_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |