Author: pluknet Date: Wed Dec 25 19:38:16 2013 New Revision: 259883 URL: http://svnweb.freebsd.org/changeset/base/259883
Log: Fix a typo. Modified: head/lib/libdevstat/devstat.c Modified: head/lib/libdevstat/devstat.c ============================================================================== --- head/lib/libdevstat/devstat.c Wed Dec 25 19:07:14 2013 (r259882) +++ head/lib/libdevstat/devstat.c Wed Dec 25 19:38:16 2013 (r259883) @@ -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) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
