Source-Changes-HG archive

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

[src/trunk]: src/sys/dev availabe -> available in comment.



details:   https://anonhg.NetBSD.org/src/rev/1b1687c1d2d8
branches:  trunk
changeset: 1026658:1b1687c1d2d8
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 02:21:08 2021 +0000

description:
availabe -> available in comment.

diffstat:

 sys/dev/ieee1394/sbp.h  |  4 ++--
 sys/dev/pci/if_iwmreg.h |  4 ++--
 sys/dev/scsipi/st.c     |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 4ce4fe5db8c4 -r 1b1687c1d2d8 sys/dev/ieee1394/sbp.h
--- a/sys/dev/ieee1394/sbp.h    Sat Dec 04 23:47:09 2021 +0000
+++ b/sys/dev/ieee1394/sbp.h    Sun Dec 05 02:21:08 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sbp.h,v 1.6 2010/08/29 21:14:16 cegger Exp $   */
+/*     $NetBSD: sbp.h,v 1.7 2021/12/05 02:21:08 msaitoh Exp $  */
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
@@ -122,7 +122,7 @@
 #define STATUS_LUR             5
 /*   6: Maximum payload too small */
 /*   7: Reserved for future standardization */
-/*   8: Resource unavailabe */
+/*   8: Resource unavailable */
 #define STATUS_RES_UNAVAIL     8
 /*   9: Function Rejected */
 /*  10: Login ID not recognized */
diff -r 4ce4fe5db8c4 -r 1b1687c1d2d8 sys/dev/pci/if_iwmreg.h
--- a/sys/dev/pci/if_iwmreg.h   Sat Dec 04 23:47:09 2021 +0000
+++ b/sys/dev/pci/if_iwmreg.h   Sun Dec 05 02:21:08 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_iwmreg.h,v 1.10 2021/11/10 15:36:43 msaitoh Exp $   */
+/*     $NetBSD: if_iwmreg.h,v 1.11 2021/12/05 02:21:08 msaitoh Exp $   */
 /*     OpenBSD: if_iwmreg.h,v 1.19 2016/09/20 11:46:09 stsp Exp        */
 
 /*-
@@ -3380,7 +3380,7 @@
 /**
  * Smart Fifo configuration command.
  * @state: smart fifo state, types listed in enum %iwm_sf_state.
- * @watermark: Minimum allowed availabe free space in RXF for transient state.
+ * @watermark: Minimum allowed available free space in RXF for transient state.
  * @long_delay_timeouts: aging and idle timer values for each scenario
  * in long delay state.
  * @full_on_timeouts: timer values for each scenario in full on state.
diff -r 4ce4fe5db8c4 -r 1b1687c1d2d8 sys/dev/scsipi/st.c
--- a/sys/dev/scsipi/st.c       Sat Dec 04 23:47:09 2021 +0000
+++ b/sys/dev/scsipi/st.c       Sun Dec 05 02:21:08 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: st.c,v 1.241 2021/06/13 10:07:56 mlelstv Exp $ */
+/*     $NetBSD: st.c,v 1.242 2021/12/05 02:21:08 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: st.c,v 1.241 2021/06/13 10:07:56 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: st.c,v 1.242 2021/12/05 02:21:08 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_scsi.h"
@@ -170,7 +170,7 @@
         * lacking a manual for the 4200, it's not clear what the
         * specific density codes should be- the device is a 2.5GB
         * capable QIC drive, those density codes aren't readily
-        * availabel. The 'default' will just have to do.
+        * available. The 'default' will just have to do.
         */
        {{T_SEQUENTIAL, T_REMOV,
         "TANDBERG", " TDC 4200       ", ""},     {0, 0, {



Home | Main Index | Thread Index | Old Index