diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-11-10 15:36:43 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-11-10 15:36:43 +0000 |
| commit | 3bf1d4c3e7dabe5bba1abff6ffae3fede168d787 (patch) | |
| tree | 6bd52b0d7e513ae9e76e09bea6b2f787346e3947 /sys/dev | |
| parent | 42c187ba6c326ab7598ed277c00b989c8c24d393 (diff) | |
s/unoticable/unnoticeable/ in comment.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/if_iwmreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_iwmreg.h b/sys/dev/pci/if_iwmreg.h index 677048b701c..ee5b864dd1a 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.9 2021/08/17 22:00:31 andvar Exp $ */ +/* $NetBSD: if_iwmreg.h,v 1.10 2021/11/10 15:36:43 msaitoh Exp $ */ /* OpenBSD: if_iwmreg.h,v 1.19 2016/09/20 11:46:09 stsp Exp */ /*- @@ -2590,7 +2590,7 @@ enum { * notification the status is always success. There is no start/end fragment * notification for monolithic events. * - * @IWM_TE_V2_DEFAULT_POLICY: independent, social, present, unoticable + * @IWM_TE_V2_DEFAULT_POLICY: independent, social, present, unnoticeable * @IWM_TE_V2_NOTIF_HOST_EVENT_START: request/receive notification on event start * @IWM_TE_V2_NOTIF_HOST_EVENT_END:request/receive notification on event end * @IWM_TE_V2_NOTIF_INTERNAL_EVENT_START: internal FW use |
