diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-05-11 19:09:46 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-05-11 19:09:46 +0200 |
commit | 1039592d6fe3221c406b02d7341ef4212bc25020 (patch) | |
tree | 2597628a465dc228729ad90e52aab136b5cc4ba7 /include/asm-m68k | |
parent | b7cc4a879c4fed0adea23e9931d7b1944d103d2b (diff) | |
download | linux-1039592d6fe3221c406b02d7341ef4212bc25020.tar.bz2 |
further UTF-8 fixes and name correction
> -** Copyright 1994 by Bj<94>rn Brauel
> +** Copyright 1994 by Bj”rn Brauel
I think these were cp437, and it should read 'Björn'.
(asm-m68k/atari*.h)
Also note that Arnaldo just put more legacy noise into CREDITS...
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include/asm-m68k')
-rw-r--r-- | include/asm-m68k/atarihw.h | 2 | ||||
-rw-r--r-- | include/asm-m68k/atariints.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-m68k/atarihw.h b/include/asm-m68k/atarihw.h index 6211363a345f..ecf007df7743 100644 --- a/include/asm-m68k/atarihw.h +++ b/include/asm-m68k/atarihw.h @@ -2,7 +2,7 @@ ** linux/atarihw.h -- This header defines some macros and pointers for ** the various Atari custom hardware registers. ** -** Copyright 1994 by Bjrn Brauel +** Copyright 1994 by Björn Brauel ** ** 5/1/94 Roman Hodek: ** Added definitions for TT specific chips. diff --git a/include/asm-m68k/atariints.h b/include/asm-m68k/atariints.h index ce6c445805bd..5748e99f4e26 100644 --- a/include/asm-m68k/atariints.h +++ b/include/asm-m68k/atariints.h @@ -1,7 +1,7 @@ /* ** atariints.h -- Atari Linux interrupt handling structs and prototypes ** -** Copyright 1994 by Bjrn Brauel +** Copyright 1994 by Björn Brauel ** ** 5/2/94 Roman Hodek: ** TT interrupt definitions added. |