Source-Changes-HG archive

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

[src/trunk]: src/sys/sys s/dosen't/doesn't/ in copy pasted comment.



details:   https://anonhg.NetBSD.org/src/rev/d0813bd436f3
branches:  trunk
changeset: 366385:d0813bd436f3
user:      andvar <andvar%NetBSD.org@localhost>
date:      Tue May 24 19:37:39 2022 +0000

description:
s/dosen't/doesn't/ in copy pasted comment.

diffstat:

 sys/arch/arm/include/disklabel.h   |  4 ++--
 sys/arch/or1k/include/disklabel.h  |  4 ++--
 sys/arch/riscv/include/disklabel.h |  4 ++--
 sys/sys/disklabel_acorn.h          |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 1c9b2950a6c3 -r d0813bd436f3 sys/arch/arm/include/disklabel.h
--- a/sys/arch/arm/include/disklabel.h  Tue May 24 17:06:08 2022 +0000
+++ b/sys/arch/arm/include/disklabel.h  Tue May 24 19:37:39 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.h,v 1.13 2018/04/01 04:35:04 ryo Exp $       */
+/*     $NetBSD: disklabel.h,v 1.14 2022/05/24 19:37:39 andvar Exp $    */
 
 /*
  * Copyright (c) 1994 Mark Brinicombe.
@@ -97,7 +97,7 @@
 int    mbr_label_read(dev_t, void (*)(struct buf *), struct disklabel *,
            struct cpu_disklabel *, const char **, int *, int *);
 
-/* for writedisklabel.  rv == 0 -> dosen't match, rv > 0 -> success */
+/* for writedisklabel.  rv == 0 -> doesn't match, rv > 0 -> success */
 int    mbr_label_locate(dev_t, void (*)(struct buf *),
            struct disklabel *, struct cpu_disklabel *, int *, int *);
 #endif /* _KERNEL */
diff -r 1c9b2950a6c3 -r d0813bd436f3 sys/arch/or1k/include/disklabel.h
--- a/sys/arch/or1k/include/disklabel.h Tue May 24 17:06:08 2022 +0000
+++ b/sys/arch/or1k/include/disklabel.h Tue May 24 19:37:39 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel.h,v 1.1 2014/09/03 19:34:26 matt Exp $ */
+/* $NetBSD: disklabel.h,v 1.2 2022/05/24 19:37:39 andvar Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@
 int    mbr_label_read(dev_t, void (*)(struct buf *), struct disklabel *,
            struct cpu_disklabel *, const char **, int *, int *);
 
-/* for writedisklabel.  rv == 0 -> dosen't match, rv > 0 -> success */
+/* for writedisklabel.  rv == 0 -> doesn't match, rv > 0 -> success */
 int    mbr_label_locate(dev_t, void (*)(struct buf *),
            struct disklabel *, struct cpu_disklabel *, int *, int *);
 #endif /* _KERNEL */
diff -r 1c9b2950a6c3 -r d0813bd436f3 sys/arch/riscv/include/disklabel.h
--- a/sys/arch/riscv/include/disklabel.h        Tue May 24 17:06:08 2022 +0000
+++ b/sys/arch/riscv/include/disklabel.h        Tue May 24 19:37:39 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel.h,v 1.1 2014/09/19 17:36:26 matt Exp $ */
+/* $NetBSD: disklabel.h,v 1.2 2022/05/24 19:37:39 andvar Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@
 int    mbr_label_read(dev_t, void (*)(struct buf *), struct disklabel *,
            struct cpu_disklabel *, const char **, int *, int *);
 
-/* for writedisklabel.  rv == 0 -> dosen't match, rv > 0 -> success */
+/* for writedisklabel.  rv == 0 -> doesn't match, rv > 0 -> success */
 int    mbr_label_locate(dev_t, void (*)(struct buf *),
            struct disklabel *, struct cpu_disklabel *, int *, int *);
 #endif /* _KERNEL */
diff -r 1c9b2950a6c3 -r d0813bd436f3 sys/sys/disklabel_acorn.h
--- a/sys/sys/disklabel_acorn.h Tue May 24 17:06:08 2022 +0000
+++ b/sys/sys/disklabel_acorn.h Tue May 24 19:37:39 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel_acorn.h,v 1.6 2005/12/11 12:25:20 christos Exp $     */
+/*     $NetBSD: disklabel_acorn.h,v 1.7 2022/05/24 19:37:39 andvar Exp $       */
 
 /*
  * Copyright (c) 1994 Mark Brinicombe.
@@ -102,7 +102,7 @@
        struct disklabel *, struct cpu_disklabel *, const char **, int *,
        int *);
 
-/* for writedisklabel.  rv == 0 -> dosen't match, rv > 0 -> success */
+/* for writedisklabel.  rv == 0 -> doesn't match, rv > 0 -> success */
 int filecore_label_locate(dev_t, void (*)(struct buf *),
        struct disklabel *, struct cpu_disklabel *, int *, int *);
 #endif



Home | Main Index | Thread Index | Old Index