From 5d2ab82b8a1e943d532fa4549a802617a2e2c6f8 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 23 Jun 2009 22:56:49 +0200 Subject: Doc fix. --- lib/errors.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/errors.c') 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. -- cgit v1.2.3