summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2016-05-17 12:52:31 +0000
committereadler <eadler@FreeBSD.org>2016-05-17 12:52:31 +0000
commit156fd4834ab9a6f666ba46003a8fd7bd64dfdb39 (patch)
tree39bcd5f2ee01f18547e0b8f8fc9bd18343a1940e /sys/amd64
parentb4b3af68b5d52029bca29260dc9f0a8bb34795c5 (diff)
downloadFreeBSD-src-156fd4834ab9a6f666ba46003a8fd7bd64dfdb39.zip
FreeBSD-src-156fd4834ab9a6f666ba46003a8fd7bd64dfdb39.tar.gz
Don't repeat the the word 'the'
(one manual change to fix grammar) Confirmed With: db Approved by: secteam (not really, but this is a comment typo fix)
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/vmm/io/vhpet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/vmm/io/vhpet.c b/sys/amd64/vmm/io/vhpet.c
index 1db1c51..f57f407 100644
--- a/sys/amd64/vmm/io/vhpet.c
+++ b/sys/amd64/vmm/io/vhpet.c
@@ -163,7 +163,7 @@ vhpet_counter(struct vhpet *vhpet, sbintime_t *nowptr)
/*
* The sbinuptime corresponding to the 'countbase' is
* meaningless when the counter is disabled. Make sure
- * that the the caller doesn't want to use it.
+ * that the caller doesn't want to use it.
*/
KASSERT(nowptr == NULL, ("vhpet_counter: nowptr must be NULL"));
}
OpenPOWER on IntegriCloud