Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 02:21:08 UTC 2021

Modified Files:
        src/sys/dev/ieee1394: sbp.h
        src/sys/dev/pci: if_iwmreg.h
        src/sys/dev/scsipi: st.c

Log Message:
availabe -> available in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ieee1394/sbp.h
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/if_iwmreg.h
cvs rdiff -u -r1.241 -r1.242 src/sys/dev/scsipi/st.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ieee1394/sbp.h
diff -u src/sys/dev/ieee1394/sbp.h:1.6 src/sys/dev/ieee1394/sbp.h:1.7
--- src/sys/dev/ieee1394/sbp.h:1.6	Sun Aug 29 21:14:16 2010
+++ src/sys/dev/ieee1394/sbp.h	Sun Dec  5 02:21:08 2021
@@ -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 @@ struct sbp_status{
 #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 */

Index: src/sys/dev/pci/if_iwmreg.h
diff -u src/sys/dev/pci/if_iwmreg.h:1.10 src/sys/dev/pci/if_iwmreg.h:1.11
--- src/sys/dev/pci/if_iwmreg.h:1.10	Wed Nov 10 15:36:43 2021
+++ src/sys/dev/pci/if_iwmreg.h	Sun Dec  5 02:21:08 2021
@@ -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 @@ enum iwm_sf_scenario {
 /**
  * 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.

Index: src/sys/dev/scsipi/st.c
diff -u src/sys/dev/scsipi/st.c:1.241 src/sys/dev/scsipi/st.c:1.242
--- src/sys/dev/scsipi/st.c:1.241	Sun Jun 13 10:07:56 2021
+++ src/sys/dev/scsipi/st.c	Sun Dec  5 02:21:08 2021
@@ -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 @@ static const struct st_quirk_inquiry_pat
 	 * 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, {

Reply via email to