summaryrefslogtreecommitdiff
path: root/util/libreboot-utils
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-25 20:23:49 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-25 20:23:49 +0000
commit51e8b6244234fc99d72b556cd0bdf3bbbe4c7cb8 (patch)
tree79d787c29e37ab6e3e0c798f10b03ac4da9581c3 /util/libreboot-utils
parent9a9f8535b1bd294a7153b5bdfb3059ea9052cec7 (diff)
dot
Signed-off-by: Leah Rowe <leah@libreboot.org>
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