diff --git a/sys/dev/random/random_harvestq.c b/sys/dev/random/random_harvestq.c index 264a3c7415b6..61d852b7dfaa 100644 --- a/sys/dev/random/random_harvestq.c +++ b/sys/dev/random/random_harvestq.c @@ -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. */