svn commit: r256183 - projects/random_number_generator/sys/dev/random

Dag-Erling Smørgrav des at FreeBSD.org
Wed Oct 9 09:12:45 UTC 2013


Author: des
Date: Wed Oct  9 09:12:44 2013
New Revision: 256183
URL: http://svnweb.freebsd.org/changeset/base/256183

Log:
  comment nit

Modified:
  projects/random_number_generator/sys/dev/random/random_harvestq.c

Modified: projects/random_number_generator/sys/dev/random/random_harvestq.c
==============================================================================
--- projects/random_number_generator/sys/dev/random/random_harvestq.c	Wed Oct  9 09:11:14 2013	(r256182)
+++ projects/random_number_generator/sys/dev/random/random_harvestq.c	Wed Oct  9 09:12:44 2013	(r256183)
@@ -112,7 +112,7 @@ random_harvestq_cache(void *arg __unused
 	}
 
 	/* Read and attempt to overwrite the entropy cache files.
-	 * If the file exists, can be read and then overwritten,i
+	 * If the file exists, can be read and then overwritten,
 	 * then use it. Ignore it otherwise, but print out what is
 	 * going on.
 	 */


More information about the svn-src-projects mailing list