diff --git a/drivers/char/random.c b/drivers/char/random.c index 0d91fe52f3f5ee..e896274b045155 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c @@ -54,7 +54,7 @@ * * Computers are very predictable devices. Hence it is extremely hard * to produce truly random numbers on a computer --- as opposed to - * pseudo-random numbers, which can easily generated by using a + * pseudo-random numbers, which can easily generated by using an * algorithm. Unfortunately, it is very easy for attackers to guess * the sequence of pseudo-random number generators, and for some * applications this is not acceptable. So instead, we must try to