svn commit: r259883 - head/lib/libdevstat

Sergey Kandaurov pluknet at FreeBSD.org
Wed Dec 25 19:38:17 UTC 2013


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)


More information about the svn-src-all mailing list