svn commit: trunk/busybox/scripts

aldot at busybox.net aldot at busybox.net
Tue Feb 14 10:43:41 UTC 2006


Author: aldot
Date: 2006-02-14 02:43:40 -0800 (Tue, 14 Feb 2006)
New Revision: 14012

Log:
- commentary typos


Modified:
   trunk/busybox/scripts/bb_mkdep.c


Changeset:
Modified: trunk/busybox/scripts/bb_mkdep.c
===================================================================
--- trunk/busybox/scripts/bb_mkdep.c	2006-02-14 10:36:38 UTC (rev 14011)
+++ trunk/busybox/scripts/bb_mkdep.c	2006-02-14 10:43:40 UTC (rev 14012)
@@ -109,7 +109,7 @@
 static llist_t *Iop;        /* list of -I include usaged */
 
 static char *pwd;           /* current work directory */
-static size_t replace;      /* replace current work derectory with build dir */
+static size_t replace;      /* replace current work directory with build dir */
 
 static const char *kp;      /* KEY path, argument of -k used */
 static size_t kp_len;
@@ -1604,7 +1604,7 @@
 	llist_t *fl;
 
 	{
-	    /* for bb_simplify_path, this program has not chdir() */
+	    /* for bb_simplify_path, this program has no chdir() */
 	    /* libbb-like my xgetcwd() */
 	    unsigned path_max = 512;
 
@@ -1731,7 +1731,7 @@
 	if (path[0] == '/')
 		start = bb_xstrdup(path);
 	else {
-		/* is not libbb, but this program has not chdir() */
+		/* is not libbb, but this program has no chdir() */
 		start = bb_asprint("%s/%s", pwd, path);
 	}
 	p = s = start;




More information about the busybox-cvs mailing list