]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/random-util.c
tree-wide: add missing whitespace at the end of comments
[thirdparty/systemd.git] / src / basic / random-util.c
index a125e5228e7d2aaff1168364207f01e67fac19f3..c2be962355c7185a71cc0883cc4b2a3529b75ff0 100644 (file)
@@ -188,7 +188,7 @@ int genuine_random_bytes(void *p, size_t n, RandomFlags flags) {
                  * invocations or so. That's because we don't really care about the quality here. We
                  * generally prefer using RDRAND if the caller allows us to, since this way we won't upset
                  * the kernel's random subsystem by accessing it before the pool is initialized (after all it
-                 * will kmsg log about every attempt to do so)..*/
+                 * will kmsg log about every attempt to do so). */
                 for (;;) {
                         unsigned long u;
                         size_t m;