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/cpu/start.S | |
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/cpu/start.S')
-rw-r--r-- | arch/i386/cpu/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/cpu/start.S b/arch/i386/cpu/start.S index 829468f..ab9338a 100644 --- a/arch/i386/cpu/start.S +++ b/arch/i386/cpu/start.S @@ -1,7 +1,7 @@ /* * U-boot - i386 Startup Code * - * Copyright (c) 2002 Omicron Ceti AB, Daniel Engstr�m <denaiel@omicron.se> + * Copyright (c) 2002 Omicron Ceti AB, Daniel Engström <denaiel@omicron.se> * * See file CREDITS for list of people who contributed to this * project. |