"alocate" -> "allocate"
- src/gnu/usr.bin/binutils/gas/testsuite/gas/tic54x/sections.s.orig Mon Dec 9 04:01:25 2002
+++ src/gnu/usr.bin/binutils/gas/testsuite/gas/tic54x/sections.s Mon Dec 9 04:02:10 2002
@@ -14,7 +14,7 @@
; uninitialized data
.global B1, buffer
.bss buffer, 10
-B1: .usect ".bss", 10 ; alocate 10 words
+B1: .usect ".bss", 10 ; allocate 10 words
; more initialized data in .data
.global ptr
--- src/kerberosIV/src/appl/voodoo/CharStream.cpp.orig Mon Dec 9 04:03:12 2002
+++ src/kerberosIV/src/appl/voodoo/CharStream.cpp Mon Dec 9 04:03:37 2002
@@ -93,7 +93,7 @@
// MarkAsRead - mark everything read so far as read,
// meaning it can't be read again.
-// Also frees alocated memory, if possible.
+// Also frees allocated memory, if possible.
void CharStream::MarkAsRead(void)
{
int oldCurrBuf = firstBuf;
--- src/sys/kern/kern_lkm.c.orig Mon Dec 9 04:04:22 2002
+++ src/sys/kern/kern_lkm.c Mon Dec 9 04:05:15 2002
@@ -138,7 +138,7 @@
}
/*
- * Alocates new LKM table entry, fills module id, inserts in the list.
+ * Allocates new LKM table entry, fills module id, inserts in the list.
* Returns NULL on failure.
*
*/
--- src/sys/netatalk/aarp.c.orig Mon Dec 9 04:06:54 2002
+++ src/sys/netatalk/aarp.c Mon Dec 9 04:07:54 2002
@@ -465,7 +465,7 @@
if ( aat ) {
if ( op == AARPOP_PROBE ) {
/*
- * Someone's probing for spa, dealocate the one we've got,
+ * Someone's probing for spa, deallocate the one we've got,
* so that if the prober keeps the address, we'll be able
* to arp for him.
*/
Received on Mon Dec 9 20:50:33 2002
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 13:29:39 EDT
|