diff options
Diffstat (limited to 'arch/i386/lib/zimage.c')
-rw-r--r-- | arch/i386/lib/zimage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/lib/zimage.c b/arch/i386/lib/zimage.c index 0c42072..cc4b40e 100644 --- a/arch/i386/lib/zimage.c +++ b/arch/i386/lib/zimage.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> * * See file CREDITS for list of people who contributed to this * project. @@ -22,7 +22,7 @@ */ /* - * Linux i386 zImage and bzImage loading + * Linux x86 zImage and bzImage loading * * based on the procdure described in * linux/Documentation/i386/boot.txt |