x86: Fix mangled umlauts

git mergetool has a nasty habit of mangling umlats - fix ones that have
been missed in previous submissions
This commit is contained in:
Graeme Russ 2011-02-12 15:11:26 +11:00
parent 0640e40272
commit 9963a8216e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* /*
* U-boot - i386 Startup Code * U-boot - i386 Startup Code
* *
* Copyright (c) 2002 Omicron Ceti AB, Daniel Engstr<EFBFBD>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 * See file CREDITS for list of people who contributed to this
* project. * project.

View File

@ -1,6 +1,6 @@
/* /*
* (C) Copyright 2002 * (C) Copyright 2002
* Daniel Engstr<EFBFBD>m, Omicron Ceti AB, daniel@omicron.se * Daniel Engström, Omicron Ceti AB, daniel@omicron.se
* *
* (C) Copyright 2002 * (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de. * Wolfgang Denk, DENX Software Engineering, wd@denx.de.