summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwxreg.h
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2022-01-28 07:11:16 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2022-01-28 07:11:16 +0000
commit14bfe90129f5ccb6dec8c29f82d677cf87cb9165 (patch)
treeefe927a60c2dddbd2ebfd26327af31cacd479d64 /sys/dev/pci/if_iwxreg.h
parent5dba954cc0ff90d185d6d0ffd0cff553d2769b6c (diff)
When it's the possessive of 'it', it's spelled "its", without the
apostrophe.
Diffstat (limited to 'sys/dev/pci/if_iwxreg.h')
-rw-r--r--sys/dev/pci/if_iwxreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_iwxreg.h b/sys/dev/pci/if_iwxreg.h
index 058e38dbcbd..a855b36f5ae 100644
--- a/sys/dev/pci/if_iwxreg.h
+++ b/sys/dev/pci/if_iwxreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwxreg.h,v 1.34 2022/01/09 05:42:52 jsg Exp $ */
+/* $OpenBSD: if_iwxreg.h,v 1.35 2022/01/28 07:11:14 guenther Exp $ */
/*-
* Based on BSD-licensed source modules in the Linux iwlwifi driver,
@@ -2798,7 +2798,7 @@ struct iwx_time_event_notif {
* that event, no other activity will happen in the firmware,
* which is why it can't be too long.
* The length of this event is hard-coded in the firmware: 300TUs.
- * * Another event which can be much longer (it's duration is
+ * * Another event which can be much longer (its duration is
* configurable by the driver) which has a slightly lower
* priority and that can be fragmented allowing other activities
* to run while this event is running.