diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 02:21:08 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 02:21:08 +0000 |
| commit | faae5eb263a1ecc0cfaf77d9e6178a66777608e3 (patch) | |
| tree | 0a7432c84ccddc193b83b9c49b543822f8e85991 /sys/dev | |
| parent | df6ff385981ef21f0091780c854a66ee3bf943c4 (diff) | |
availabe -> available in comment.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ieee1394/sbp.h | 4 | ||||
| -rw-r--r-- | sys/dev/pci/if_iwmreg.h | 4 | ||||
| -rw-r--r-- | sys/dev/scsipi/st.c | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/ieee1394/sbp.h b/sys/dev/ieee1394/sbp.h index 4b4a7126f39..660616c4096 100644 --- a/sys/dev/ieee1394/sbp.h +++ b/sys/dev/ieee1394/sbp.h @@ -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 */ diff --git a/sys/dev/pci/if_iwmreg.h b/sys/dev/pci/if_iwmreg.h index ee5b864dd1a..a2bb3f98d15 100644 --- a/sys/dev/pci/if_iwmreg.h +++ b/sys/dev/pci/if_iwmreg.h @@ -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. diff --git a/sys/dev/scsipi/st.c b/sys/dev/scsipi/st.c index 158de5c3b86..b2a6fb4b396 100644 --- a/sys/dev/scsipi/st.c +++ b/sys/dev/scsipi/st.c @@ -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_pattern st_quirk_patterns[] = { * 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, { |
