aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/ath
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-11-08 23:59:41 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-11-08 23:59:41 +0000
commit28323add0916d61a7bcea74f30e9b40b837809ce (patch)
treeb30ebe1095d83a4c63a7733dfd3cb069c823c27e /sys/contrib/dev/ath
parentb5b4f379e0e3193eece6bd52d6e74d3992a6df4f (diff)
downloadsrc-28323add0916d61a7bcea74f30e9b40b837809ce.tar.gz
src-28323add0916d61a7bcea74f30e9b40b837809ce.zip
Fix improper use of "its".
Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=308457
Diffstat (limited to 'sys/contrib/dev/ath')
-rw-r--r--sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c
index 5e4a0a15ce0b..063075e397d0 100644
--- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c
+++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c
@@ -4397,7 +4397,7 @@ ar9300_eeprom_restore(struct ath_hal *ah)
#endif
/*
* At this point, mptr points to the eeprom data structure
- * in it's "default" state. If this is big endian, swap the
+ * in its "default" state. If this is big endian, swap the
* data structures back to "little endian" form.
*/
if (ar9300_eeprom_restore_internal(ah, mptr, mdata_size) >= 0) {