Source-Changes-HG archive

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

[src/trunk]: src s/similarily/similarly/



details:   https://anonhg.NetBSD.org/src/rev/a9372637770d
branches:  trunk
changeset: 365196:a9372637770d
user:      andvar <andvar%NetBSD.org@localhost>
date:      Tue Apr 12 20:51:42 2022 +0000

description:
s/similarily/similarly/

diffstat:

 sbin/mount_tmpfs/mount_tmpfs.8 |   4 ++--
 sys/dev/ic/ispvar.h            |   6 +++---
 sys/net/zlib.c                 |  18 +++++++++---------
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (120 lines):

diff -r 3daf7184799c -r a9372637770d sbin/mount_tmpfs/mount_tmpfs.8
--- a/sbin/mount_tmpfs/mount_tmpfs.8    Tue Apr 12 20:27:56 2022 +0000
+++ b/sbin/mount_tmpfs/mount_tmpfs.8    Tue Apr 12 20:51:42 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_tmpfs.8,v 1.18 2014/06/07 10:03:44 martin Exp $
+.\"    $NetBSD: mount_tmpfs.8,v 1.19 2022/04/12 20:51:42 andvar Exp $
 .\"
 .\" Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -94,7 +94,7 @@
 where
 .Ar n
 is a number between 1 and 100.
-Similarily it can be specified as a fraction of the available system
+Similarly it can be specified as a fraction of the available system
 ram by using
 .Ar ram/n
 where
diff -r 3daf7184799c -r a9372637770d sys/dev/ic/ispvar.h
--- a/sys/dev/ic/ispvar.h       Tue Apr 12 20:27:56 2022 +0000
+++ b/sys/dev/ic/ispvar.h       Tue Apr 12 20:51:42 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ispvar.h,v 1.74 2021/09/11 20:28:06 andvar Exp $ */
+/* $NetBSD: ispvar.h,v 1.75 2022/04/12 20:51:42 andvar Exp $ */
 /*
  * Copyright (C) 1999 National Aeronautics & Space Administration
  * All rights reserved.
@@ -395,9 +395,9 @@
  * index to put it into the Database, but that's just an optimization. We mark
  * the entry VALID and make sure that the target index is updated and correct.
  *
- * When we get done searching the local loop, we then search similarily for
+ * When we get done searching the local loop, we then search similarly for
  * a list of devices we've gotten from the fabric name controller (if we're
- * on a fabric). VALID marking is also done similarily.
+ * on a fabric). VALID marking is also done similarly.
  *
  * When all of this is done, we can march through the database and clean up
  * any entry that is still PROBATIONAL (these represent devices which have
diff -r 3daf7184799c -r a9372637770d sys/net/zlib.c
--- a/sys/net/zlib.c    Tue Apr 12 20:27:56 2022 +0000
+++ b/sys/net/zlib.c    Tue Apr 12 20:51:42 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zlib.c,v 1.37 2019/07/11 03:49:51 msaitoh Exp $        */
+/*     $NetBSD: zlib.c,v 1.38 2022/04/12 20:51:42 andvar Exp $ */
 /*
  * This file is derived from various .h and .c files from the zlib-1.0.4
  * distribution by Jean-loup Gailly and Mark Adler, with some additions
@@ -11,7 +11,7 @@
  * - added inflateIncomp and deflateOutputPending
  * - allow strm->next_out to be NULL, meaning discard the output
  *
- * $Id: zlib.c,v 1.37 2019/07/11 03:49:51 msaitoh Exp $
+ * $Id: zlib.c,v 1.38 2022/04/12 20:51:42 andvar Exp $
  */
 
 /*
@@ -22,7 +22,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zlib.c,v 1.37 2019/07/11 03:49:51 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zlib.c,v 1.38 2022/04/12 20:51:42 andvar Exp $");
 
 #define NO_DUMMY_DECL
 #define NO_ZCFUNCS
@@ -45,7 +45,7 @@
    subject to change. Applications should only use zlib.h.
  */
 
-/* @(#) $Id: zlib.c,v 1.37 2019/07/11 03:49:51 msaitoh Exp $ */
+/* @(#) $Id: zlib.c,v 1.38 2022/04/12 20:51:42 andvar Exp $ */
 
 #ifndef _Z_UTIL_H
 #define _Z_UTIL_H
@@ -294,7 +294,7 @@
    subject to change. Applications should only use zlib.h.
  */
 
-/* @(#) $Id: zlib.c,v 1.37 2019/07/11 03:49:51 msaitoh Exp $ */
+/* @(#) $Id: zlib.c,v 1.38 2022/04/12 20:51:42 andvar Exp $ */
 
 #ifndef _DEFLATE_H
 #define _DEFLATE_H
@@ -656,7 +656,7 @@
  *
  */
 
-/* @(#) $Id: zlib.c,v 1.37 2019/07/11 03:49:51 msaitoh Exp $ */
+/* @(#) $Id: zlib.c,v 1.38 2022/04/12 20:51:42 andvar Exp $ */
 
 /* #include "deflate.h" */
 
@@ -1999,7 +1999,7 @@
  *          Addison-Wesley, 1983. ISBN 0-201-06672-6.
  */
 
-/* @(#) $Id: zlib.c,v 1.37 2019/07/11 03:49:51 msaitoh Exp $ */
+/* @(#) $Id: zlib.c,v 1.38 2022/04/12 20:51:42 andvar Exp $ */
 
 /* #define GEN_TREES_H */
 
@@ -3986,7 +3986,7 @@
       end-of-block.  Note however that the static length tree defines
       288 codes just to fill out the Huffman codes.  Codes 286 and 287
       cannot be used though, since there is no length base or extra bits
-      defined for them.  Similarily, there are up to 30 distance codes.
+      defined for them.  Similarly, there are up to 30 distance codes.
       However, static trees define 32 codes (all 5 bits) to fill out the
       Huffman codes, but the last two had better not show up in the data.
    7. Unzip can check dynamic Huffman blocks for complete code sets.
@@ -5813,7 +5813,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
-/* @(#) $Id: zlib.c,v 1.37 2019/07/11 03:49:51 msaitoh Exp $ */
+/* @(#) $Id: zlib.c,v 1.38 2022/04/12 20:51:42 andvar Exp $ */
 
 /* #include "zlib.h" */
 



Home | Main Index | Thread Index | Old Index