Date: Wed, 25 Dec 2013 19:38:16 +0000 (UTC) From: Sergey Kandaurov <pluknet@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r259883 - head/lib/libdevstat Message-ID: <201312251938.rBPJcGOI073904@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312251938.rBPJcGOI073904>