aboutsummaryrefslogtreecommitdiff
path: root/lib/libdevstat/devstat.c
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2013-12-25 19:38:16 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2013-12-25 19:38:16 +0000
commit6a4d9095303ebb870659f7a94c4991523d1c999b (patch)
tree7e6d6f1580ccdf091a714a42cb6c18a7ee9eb268 /lib/libdevstat/devstat.c
parent650c134f19a94e000f5e903e769170c0292d71aa (diff)
downloadsrc-6a4d9095303ebb870659f7a94c4991523d1c999b.tar.gz
src-6a4d9095303ebb870659f7a94c4991523d1c999b.zip
Fix a typo.
Notes
Notes: svn path=/head/; revision=259883
Diffstat (limited to 'lib/libdevstat/devstat.c')
-rw-r--r--lib/libdevstat/devstat.c2
1 files changed, 1 insertions, 1 deletions
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)