diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-06-23 22:56:49 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-06-23 22:56:49 +0200 |
commit | 5d2ab82b8a1e943d532fa4549a802617a2e2c6f8 (patch) | |
tree | 147157718554bf2eb84c7733ec6ca111d83d75fc /lib/errors.c | |
parent | 9108b01369dd755ba6a1606bfeb408507a5b6d95 (diff) | |
download | libtasn1-5d2ab82b8a1e943d532fa4549a802617a2e2c6f8.tar.gz libtasn1-5d2ab82b8a1e943d532fa4549a802617a2e2c6f8.tar.bz2 libtasn1-5d2ab82b8a1e943d532fa4549a802617a2e2c6f8.zip |
Doc fix.
Diffstat (limited to 'lib/errors.c')
-rw-r--r-- | lib/errors.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/errors.c b/lib/errors.c index 1e46c8c..86dec68 100644 --- a/lib/errors.c +++ b/lib/errors.c @@ -78,8 +78,8 @@ asn1_perror (asn1_retCode error) * asn1_strerror - Returns a string with a description of an error * @error: is an error returned by a libtasn1 function. * - * This function is similar to strerror(). The only difference is - * that it accepts an error (number) returned by a libtasn1 function. + * This function is similar to strerror. The only difference is that + * it accepts an error (number) returned by a libtasn1 function. * * This function replaces libtasn1_strerror() in older libtasn1. * @@ -123,8 +123,8 @@ libtasn1_perror (asn1_retCode error) * libtasn1_strerror - Returns a string with a description of an error * @error: is an error returned by a libtasn1 function. * - * This function is similar to strerror(). The only difference is - * that it accepts an error (number) returned by a libtasn1 function. + * This function is similar to strerror. The only difference is that + * it accepts an error (number) returned by a libtasn1 function. * * Returns: Pointer to static zero-terminated string describing error * code. |