From: David Woodhouse <dwmw2@infradead.org>
To: torvalds@transmeta.com
Cc: alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org
Subject: [PATCH] Pedantry.
Date: Thu, 12 Jul 2001 10:21:24 +0100 [thread overview]
Message-ID: <6845.994929684@redhat.com> (raw)
AFAIK "Uncompressing" is not a real word even in American.
Please apply this correction.
(Yes, I'm bored today :)
Index: ./arch/arm/boot/compressed/misc.c
===================================================================
RCS file: /inst/cvs/linux/arch/arm/boot/compressed/misc.c,v
retrieving revision 1.1.1.1.2.1
diff -u -r1.1.1.1.2.1 misc.c
--- ./arch/arm/boot/compressed/misc.c 2000/12/04 15:57:41 1.1.1.1.2.1
+++ ./arch/arm/boot/compressed/misc.c 2001/07/12 09:17:30
@@ -293,7 +293,7 @@
arch_decomp_setup();
makecrc();
- puts("Uncompressing Linux...");
+ puts("Decompressing Linux...");
gunzip();
puts(" done, booting the kernel.\n");
return output_ptr;
@@ -307,7 +307,7 @@
output_data = output_buffer;
makecrc();
- puts("Uncompressing Linux...");
+ puts("Decompressing Linux...");
gunzip();
puts("done.\n");
return 0;
Index: ./arch/i386/boot/compressed/misc.c
===================================================================
RCS file: /inst/cvs/linux/arch/i386/boot/compressed/misc.c,v
retrieving revision 1.1.1.1.2.7
diff -u -r1.1.1.1.2.7 misc.c
--- ./arch/i386/boot/compressed/misc.c 2001/02/24 19:12:22 1.1.1.1.2.7
+++ ./arch/i386/boot/compressed/misc.c 2001/07/12 09:17:30
@@ -361,7 +361,7 @@
else setup_output_buffer_if_we_run_high(mv);
makecrc();
- puts("Uncompressing Linux... ");
+ puts("Decompressing Linux... ");
gunzip();
puts("Ok, booting the kernel.\n");
if (high_loaded) close_output_buffer_if_we_run_high(mv);
Index: ./arch/ppc/boot/common/misc-simple.c
===================================================================
RCS file: /inst/cvs/linux/arch/ppc/boot/common/Attic/misc-simple.c,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 misc-simple.c
--- ./arch/ppc/boot/common/misc-simple.c 2001/06/02 16:27:52 1.1.2.1
+++ ./arch/ppc/boot/common/misc-simple.c 2001/07/12 09:17:30
@@ -173,7 +173,7 @@
if ( initrd_start > (16<<20))
puts("initrd_start located > 16M\n");
- puts("Uncompressing Linux...");
+ puts("Decompressing Linux...");
gunzip(0, 0x400000, zimage_start, &zimage_size);
puts("done.\n");
Index: ./arch/ppc/boot/mbx/misc.c
===================================================================
RCS file: /inst/cvs/linux/arch/ppc/boot/mbx/Attic/misc.c,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 misc.c
--- ./arch/ppc/boot/mbx/misc.c 2001/06/02 16:27:52 1.1.2.1
+++ ./arch/ppc/boot/mbx/misc.c 2001/07/12 09:17:30
@@ -258,7 +258,7 @@
udelay(1000); /* 1 msec */
}
*cp = 0;
- puts("\nUncompressing Linux...");
+ puts("\nDecompressing Linux...");
gunzip(0, 0x400000, zimage_start, &zimage_size);
puts("done.\n");
Index: ./arch/ppc/boot/prep/misc.c
===================================================================
RCS file: /inst/cvs/linux/arch/ppc/boot/prep/Attic/misc.c,v
retrieving revision 1.1.2.3
diff -u -r1.1.2.3 misc.c
--- ./arch/ppc/boot/prep/misc.c 2001/07/03 09:34:19 1.1.2.3
+++ ./arch/ppc/boot/prep/misc.c 2001/07/12 09:17:30
@@ -397,7 +397,7 @@
if ( initrd_start > (16<<20))
puts("initrd_start located > 16M\n");
- puts("Uncompressing Linux...");
+ puts("Decompressing Linux...");
gunzip(0, 0x400000, zimage_start, &zimage_size);
puts("done.\n");
Index: ./arch/sh/boot/compressed/misc.c
===================================================================
RCS file: /inst/cvs/linux/arch/sh/boot/compressed/Attic/misc.c,v
retrieving revision 1.1.2.2
diff -u -r1.1.2.2 misc.c
--- ./arch/sh/boot/compressed/misc.c 2000/12/05 10:39:22 1.1.2.2
+++ ./arch/sh/boot/compressed/misc.c 2001/07/12 09:17:30
@@ -232,7 +232,7 @@
free_mem_end_ptr = free_mem_ptr + HEAP_SIZE;
makecrc();
- puts("Uncompressing Linux... ");
+ puts("Decompressing Linux... ");
gunzip();
puts("Ok, booting the kernel.\n");
}
Index: ./arch/cris/boot/compressed/misc.c
===================================================================
RCS file: /inst/cvs/linux/arch/cris/boot/compressed/Attic/misc.c,v
retrieving revision 1.1.2.4
diff -u -r1.1.2.4 misc.c
--- ./arch/cris/boot/compressed/misc.c 2001/05/14 10:36:05 1.1.2.4
+++ ./arch/cris/boot/compressed/misc.c 2001/07/12 09:17:30
@@ -267,7 +267,7 @@
while(1);
}
- puts("Uncompressing Linux...\n");
+ puts("Decompressing Linux...\n");
gunzip();
puts("Done. Now booting the kernel.\n");
}
--
dwmw2
next reply other threads:[~2001-07-12 9:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-12 9:21 David Woodhouse [this message]
2001-07-12 14:04 ` [PATCH] Pedantry Jamie Lokier
2001-07-12 15:46 ` Jonathan Lundell
[not found] <fa.e8u67sv.rgkc2a@ifi.uio.no>
[not found] ` <fa.g522o4v.26i737@ifi.uio.no>
2001-07-12 15:15 ` Giacomo Catenazzi
2001-07-12 15:21 ` Alan Shutko
2001-07-13 8:58 ` Joerg Schmitz-Linneweber
2001-07-12 15:49 ` Jamie Lokier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6845.994929684@redhat.com \
--to=dwmw2@infradead.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.