diff --git a/lib/fault-inject.c b/lib/fault-inject.c index 92a54c8a8380..999053fa133e 100644 --- a/lib/fault-inject.c +++ b/lib/fault-inject.c @@ -13,8 +13,8 @@ #include /* - * The should_fail() use prandom instead of the normal Linux RNG since they don't - * need cryptographically secure random numbers. + * The should_fail() functions use prandom instead of the normal Linux RNG + * since they don't need cryptographically secure random numbers. */ static DEFINE_PER_CPU(struct rnd_state, fault_rnd_state);