diff options
| -rw-r--r-- | src/common.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common.c b/src/common.c index 39766e6..e1445f4 100644 --- a/src/common.c +++ b/src/common.c @@ -623,9 +623,9 @@ finish:  /**   * ca_strerror: - * @code: Numerical error code as returned by a canberra API function + * @code: Numerical error code as returned by a libcanberra API function   * - * Converts a numerical error code as returned by most canberra API functions into a human readable error string. + * Converts a numerical error code as returned by most libcanberra API functions into a human readable error string.   *   * Returns: a human readable error string.   */  | 
