From ab0e62dcd31b237944f35443640e7a7ddd3dadb4 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 20 Jun 2014 18:48:59 +0200 Subject: [PATCH] Typo. --- lib/numberset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/numberset.h b/lib/numberset.h index e6393e7..96fd7da 100644 --- a/lib/numberset.h +++ b/lib/numberset.h @@ -22,7 +22,7 @@ extern "C" { /* * A structure defining an integer range, to be used as a linked list. It - * gets allocated by a successful call to `parse_number_set'. Use + * gets allocated by a successful call to `number_set_parse'. Use * `number_set_free' to deallocate it. */ -- 2.11.4.GIT