[BusyBox-cvs] busybox/modutils insmod.c,1.116,1.117

Erik Andersen andersen at busybox.net
Wed Apr 14 17:51:26 UTC 2004


Update of /var/cvs/busybox/modutils
In directory nail:/tmp/cvs-serv15466/modutils

Modified Files:
	insmod.c 
Log Message:
Larry Doolittle writes:

This is a bulk spelling fix patch against busybox-1.00-pre10.
If anyone gets a corrupted copy (and cares), let me know and
I will make alternate arrangements.

Erik - please apply.

Authors - please check that I didn't corrupt any meaning.

Package importers - see if any of these changes should be
passed to the upstream authors.

I glossed over lots of sloppy capitalizations, missing apostrophes,
mixed American/British spellings, and German-style compound words.

What is "pretect redefined for test" in cmdedit.c?

Good luck on the 1.00 release!

      - Larry



Index: insmod.c
===================================================================
RCS file: /var/cvs/busybox/modutils/insmod.c,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- a/insmod.c	6 Apr 2004 11:56:26 -0000	1.116
+++ b/insmod.c	14 Apr 2004 17:51:22 -0000	1.117
@@ -286,7 +286,7 @@
 
 /* This file contains the structures used by the 2.0 and 2.1 kernels.
    We do not use the kernel headers directly because we do not wish
-   to be dependant on a particular kernel version to compile insmod.  */
+   to be dependent on a particular kernel version to compile insmod.  */
 
 
 /*======================================================================*/
@@ -2597,8 +2597,8 @@
 						str = alloca(r - q + 1);
 						memcpy(str, q, r - q);
 
-						/* I don't know if it is usefull, as the previous case
-						   doesn't null terminate the string ??? */
+						/* I don't know if it is useful, as the previous case
+						   doesn't nul terminate the string ??? */
 						str[r - q] = '\0';
 
 						/* Keep next fields */




More information about the busybox-cvs mailing list