Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libsa Typo in comment. avoinds -> avoids



details:   https://anonhg.NetBSD.org/src/rev/278e3b4b720a
branches:  trunk
changeset: 365704:278e3b4b720a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Apr 19 09:25:38 2022 +0000

description:
Typo in comment. avoinds -> avoids

diffstat:

 sys/lib/libsa/ext2fs.c   |  4 ++--
 sys/lib/libsa/minixfs3.c |  4 ++--
 sys/lib/libsa/ufs.c      |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 01571300956c -r 278e3b4b720a sys/lib/libsa/ext2fs.c
--- a/sys/lib/libsa/ext2fs.c    Tue Apr 19 09:19:53 2022 +0000
+++ b/sys/lib/libsa/ext2fs.c    Tue Apr 19 09:25:38 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ext2fs.c,v 1.29 2020/01/24 13:20:33 jakllsch Exp $     */
+/*     $NetBSD: ext2fs.c,v 1.30 2022/04/19 09:25:38 skrll Exp $        */
 
 /*
  * Copyright (c) 1997 Manuel Bouyer.
@@ -544,7 +544,7 @@
                /*
                 * We note that the number of indirect blocks is always
                 * a power of 2.  This lets us use shifts and masks instead
-                * of divide and remainder and avoinds pulling in the
+                * of divide and remainder and avoids pulling in the
                 * 64bit division routine into the boot code.
                 */
                mult = EXT2_NINDIR(fs);
diff -r 01571300956c -r 278e3b4b720a sys/lib/libsa/minixfs3.c
--- a/sys/lib/libsa/minixfs3.c  Tue Apr 19 09:19:53 2022 +0000
+++ b/sys/lib/libsa/minixfs3.c  Tue Apr 19 09:25:38 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: minixfs3.c,v 1.8 2019/03/31 20:08:45 christos Exp $    */
+/*     $NetBSD: minixfs3.c,v 1.9 2022/04/19 09:25:38 skrll Exp $       */
 
 /*-
  * Copyright (c) 2012
@@ -572,7 +572,7 @@
                /*
                 * We note that the number of indirect blocks is always
                 * a power of 2.  This lets us use shifts and masks instead
-                * of divide and remainder and avoinds pulling in the
+                * of divide and remainder and avoids pulling in the
                 * 64bit division routine into the boot code.
                 */
                mult = MFS_NINDIR(fs);
diff -r 01571300956c -r 278e3b4b720a sys/lib/libsa/ufs.c
--- a/sys/lib/libsa/ufs.c       Tue Apr 19 09:19:53 2022 +0000
+++ b/sys/lib/libsa/ufs.c       Tue Apr 19 09:25:38 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ufs.c,v 1.80 2021/05/27 06:54:44 mrg Exp $     */
+/*     $NetBSD: ufs.c,v 1.81 2022/04/19 09:25:38 skrll Exp $   */
 
 /*-
  * Copyright (c) 1993
@@ -701,7 +701,7 @@
                /*
                 * We note that the number of indirect blocks is always
                 * a power of 2.  This lets us use shifts and masks instead
-                * of divide and remainder and avoinds pulling in the
+                * of divide and remainder and avoids pulling in the
                 * 64bit division routine into the boot code.
                 */
                mult = UFS_NINDIR(fs);



Home | Main Index | Thread Index | Old Index