diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2019-01-12 18:26:16 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2019-01-21 10:36:53 +0100 |
commit | bf6341664ad16070bed675bec659aa54b161ed82 (patch) | |
tree | bba753207222fb75843da11e8cdb9b9efa37880c | |
parent | 627f192d1e1a2ddf5fb06201facb15d4c70b058f (diff) | |
download | linux-bf6341664ad16070bed675bec659aa54b161ed82.tar.gz linux-bf6341664ad16070bed675bec659aa54b161ed82.tar.bz2 linux-bf6341664ad16070bed675bec659aa54b161ed82.zip |
m68k/apollo: Fix comment in Makefile
This comment has been wrong since before git.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
-rw-r--r-- | arch/m68k/apollo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/apollo/Makefile b/arch/m68k/apollo/Makefile index 76a057962c38..01856a858fda 100644 --- a/arch/m68k/apollo/Makefile +++ b/arch/m68k/apollo/Makefile @@ -1,5 +1,5 @@ # -# Makefile for Linux arch/m68k/amiga source directory +# Makefile for Linux arch/m68k/apollo source directory # obj-y := config.o dn_ints.o |