misc/50979: [PATCH] Some spelling corrections in sbin/growfs/growfs.c

Lukas Ertl l.ertl at univie.ac.at
Tue Apr 15 05:30:15 PDT 2003


>Number:         50979
>Category:       misc
>Synopsis:       [PATCH] Some spelling corrections in sbin/growfs/growfs.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 15 05:30:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lukas Ertl
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Vienna University Computer Center
>Environment:
System: FreeBSD leelou 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Apr 10 16:07:53 CEST 2003 le at leelou:/usr/obj/usr/src/sys/LEELOU i386


>Description:
Spelling corrections of some comments in sbin/growfs/growfs.c.
>How-To-Repeat:
N/A.
>Fix:

--- growfs.c.diff begins here ---
Index: sbin/growfs/growfs.c
===================================================================
RCS file: /u/cvs/cvs/src/sbin/growfs/growfs.c,v
retrieving revision 1.13
diff -u -r1.13 growfs.c
--- sbin/growfs/growfs.c	30 Dec 2002 21:18:05 -0000	1.13
+++ sbin/growfs/growfs.c	15 Apr 2003 12:22:19 -0000
@@ -558,7 +558,7 @@
 	    f<roundup(frag+1, sblock.fs_frag);
 	    f++) {
 		/*
-		 * Count contiguos free fragments.
+		 * Count contiguous free fragments.
 		 */
 		if(isset(cg_blksfree(&acg), f)) {
 			fragsize++;
@@ -982,7 +982,7 @@
 		 * relocate  all blocks as needed, so we relocate  the  whole
 		 * cylinder  group summary to a new group. We try to use  the
 		 * first complete new cylinder group just created. Within the
-		 * cylinder  group we allign the area immediately  after  the
+		 * cylinder  group we align  the area immediately  after  the
 		 * cylinder  group  information location in order  to  be  as
 		 * close as possible to the original implementation of ffs.
 		 *
@@ -1045,7 +1045,7 @@
 			}
 			/*
 			 * Point  "d" to the last fragment of the  last
-			 * (incomplete) block of the clinder summary.
+			 * (incomplete) block of the cylinder summary.
 			 */
 			d++;
 			frag_adjust(d%sblock.fs_fpg, 1);
@@ -2014,9 +2014,9 @@
 	}
 
 	/*
-	 * Try  to read a label and gess the slice if not  specified.  This
-	 * code  should guess the right thing and avaid to bother the  user
-	 * user with the task of specifying the option -v on vinum volumes.
+	 * Try to read a label and guess the slice if not  specified.  This
+	 * code  should guess the right thing and avoid to bother the  user
+	 * with the task of specifying the option -v on vinum volumes.
 	 */
 	cp=device+strlen(device)-1;
 	lp = get_disklabel(fsi);
@@ -2282,8 +2282,8 @@
 
 /* *********************************************************** updclst ***** */
 /*
- * This updates most paramters and the bitmap related to cluster. We have to
- * assume, that sblock, osblock, acg are set up.
+ * This updates most parameters and the bitmap related to cluster. We have to
+ * assume that sblock, osblock, acg are set up.
  */
 static void
 updclst(int block)
--- growfs.c.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list