From a9f5ce099cb30fe6b8f2ba240cacffe7ecfbfef2 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 9 Sep 2013 22:54:07 +1000 Subject: Fix typo in strcoll example --- manual/string.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/string.texi b/manual/string.texi index 2a164a9523..3329761fc9 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -1370,7 +1370,7 @@ int compare_elements (const void *v1, const void *v2) @{ char * const *p1 = v1; - char * const *p1 = v2; + char * const *p2 = v2; return strcoll (*p1, *p2); @} -- cgit 1.4.1