diff --git a/libunbound/unbound.h b/libunbound/unbound.h index 86bd3bfb4..a0b16af7d 100644 --- a/libunbound/unbound.h +++ b/libunbound/unbound.h @@ -508,7 +508,7 @@ void ub_resolve_free(struct ub_result* result); /** * Convert error value to a human readable string. - * @param err: error code from one of the ub_val* functions. + * @param err: error code from one of the libunbound functions. * @return pointer to constant text string, zero terminated. */ const char* ub_strerror(int err);