diff options
Diffstat (limited to 'cipher/random.h')
-rw-r--r-- | cipher/random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/random.h b/cipher/random.h index c45c9831b..d93e5b766 100644 --- a/cipher/random.h +++ b/cipher/random.h @@ -32,7 +32,7 @@ void add_randomness( const void *buffer, size_t length, int source ); /*-- the next two functions are implemented by all the system - specific source files rand_xxxx.s --*/ + specific source files rand-xxxx.c --*/ void random_poll(void); void fast_random_poll(void); |