diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:26 +1100 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:26 +1100 |
commit | 9963a8216e12c2978b33ae1dd7233f4f78bfd0d2 (patch) | |
tree | a7a70790866ceef02b368eef2fbafef0a42d2914 /arch/i386/lib | |
parent | 0640e4027261218571f87c825cd40e80b3871672 (diff) | |
download | u-boot-imx-9963a8216e12c2978b33ae1dd7233f4f78bfd0d2.zip u-boot-imx-9963a8216e12c2978b33ae1dd7233f4f78bfd0d2.tar.gz u-boot-imx-9963a8216e12c2978b33ae1dd7233f4f78bfd0d2.tar.bz2 |
x86: Fix mangled umlauts
git mergetool has a nasty habit of mangling umlats - fix ones that have
been missed in previous submissions
Diffstat (limited to 'arch/i386/lib')
-rw-r--r-- | arch/i386/lib/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/lib/board.c b/arch/i386/lib/board.c index 30cb9a2..2cadce8 100644 --- a/arch/i386/lib/board.c +++ b/arch/i386/lib/board.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engstr�m, Omicron Ceti AB, daniel@omicron.se + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se * * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. |