diff options
author | pluknet <pluknet@FreeBSD.org> | 2013-12-25 19:38:16 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2013-12-25 19:38:16 +0000 |
commit | 3dc5336e2e3f4bdc298821d2d2b5cb915fee0131 (patch) | |
tree | 7e6d6f1580ccdf091a714a42cb6c18a7ee9eb268 /lib/libdevstat | |
parent | 33f5bc114d5d57147b9073700b581f869a7e5761 (diff) | |
download | FreeBSD-src-3dc5336e2e3f4bdc298821d2d2b5cb915fee0131.zip FreeBSD-src-3dc5336e2e3f4bdc298821d2d2b5cb915fee0131.tar.gz |
Fix a typo.
Diffstat (limited to 'lib/libdevstat')
-rw-r--r-- | lib/libdevstat/devstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdevstat/devstat.c b/lib/libdevstat/devstat.c index d18f95d..ade8738 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) |