diff options
Diffstat (limited to '')
-rw-r--r-- | include/user/kernel/rng.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user/kernel/rng.h b/include/user/kernel/rng.h index 88e0267..177e662 100644 --- a/include/user/kernel/rng.h +++ b/include/user/kernel/rng.h @@ -5,7 +5,7 @@ extern "C" { #endif -/*** +/** * Fills the output buffer with random data. * * @param[out] output - Output buffer |