diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-06-27 16:16:57 +0300 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-07-23 14:10:44 +0200 |
commit | a6975081adb6a420ae499b4df0b211c9b3f16f91 (patch) | |
tree | cd818a46b9aa8fda15f6d8781444b2a9627a5083 /lib/random.c | |
parent | e04f3fa37f950f91b4280f32687e9a47b8bf5828 (diff) | |
download | gnutls-a6975081adb6a420ae499b4df0b211c9b3f16f91.tar.gz |
documentation fixes
Diffstat (limited to 'lib/random.c')
-rw-r--r-- | lib/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/random.c b/lib/random.c index 1e4af0e9c7..04867322d0 100644 --- a/lib/random.c +++ b/lib/random.c @@ -64,7 +64,7 @@ _gnutls_rnd_deinit (void) * This function will generate random data and store it * to output buffer. * - * Returns: Zero or a negative value on error. + * Returns: Zero or a negative error code on error. * **/ |