From 6a4d9095303ebb870659f7a94c4991523d1c999b Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Wed, 25 Dec 2013 19:38:16 +0000 Subject: [PATCH] Fix a typo. --- lib/libdevstat/devstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libdevstat/devstat.c b/lib/libdevstat/devstat.c index d18f95d29216..ade87388c8e8 100644 --- a/lib/libdevstat/devstat.c +++ b/lib/libdevstat/devstat.c @@ -201,7 +201,7 @@ devstat_getnumdevs(kvm_t *kd) * supplied in a more atmoic manner by the kern.devstat.all sysctl. * Because this generation sysctl is separate from the statistics sysctl, * the device list and the generation could change between the time that - * this function is called and the device list is retreived. + * this function is called and the device list is retrieved. */ long devstat_getgeneration(kvm_t *kd)