summaryrefslogtreecommitdiff
path: root/util/libreboot-utils
diff options
context:
space:
mode:
Diffstat (limited to 'util/libreboot-utils')
-rw-r--r--util/libreboot-utils/lib/rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/lib/rand.c b/util/libreboot-utils/lib/rand.c
index b1c210c3..5c6cc562 100644
--- a/util/libreboot-utils/lib/rand.c
+++ b/util/libreboot-utils/lib/rand.c
@@ -114,7 +114,7 @@ out:
return;
err:
err_no_cleanup(1, ECANCELED,
- "Randomisation failure, possibly unsupported in your kernel.");
+ "Randomisation failure, possibly unsupported in your kernel");
exit(EXIT_FAILURE);
}
#endif