Module Name: src Committed By: zafer Date: Sun Feb 27 21:05:11 UTC 2022
Modified Files: src/sbin/newfs_v7fs: main.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/newfs_v7fs/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/newfs_v7fs/main.c diff -u src/sbin/newfs_v7fs/main.c:1.10 src/sbin/newfs_v7fs/main.c:1.11 --- src/sbin/newfs_v7fs/main.c:1.10 Wed Aug 10 11:31:49 2011 +++ src/sbin/newfs_v7fs/main.c Sun Feb 27 21:05:11 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.10 2011/08/10 11:31:49 uch Exp $ */ +/* $NetBSD: main.c,v 1.11 2022/02/27 21:05:11 zafer Exp $ */ /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: main.c,v 1.10 2011/08/10 11:31:49 uch Exp $"); +__RCSID("$NetBSD: main.c,v 1.11 2022/02/27 21:05:11 zafer Exp $"); #endif /* not lint */ #include <sys/param.h> @@ -207,7 +207,7 @@ make_filesystem(struct v7fs_self *fs, v7 int error = 0; int32_t i, j; - /* Setup ilist. (ilist must be zero filled. becuase of they are free) */ + /* Setup ilist. (ilist must be zero filled. because of they are free) */ VPRINTF(4, "Zero clear ilist.\n"); progress(&(struct progress_arg){ .label = "zero ilist", .tick = ilist_size / PROGRESS_BAR_GRANULE });