From d3ee8e3ff6bd3ac253dc2660d5778b4b2990dd75 Mon Sep 17 00:00:00 2001 From: gabor Date: Wed, 17 Apr 2013 11:40:10 +0000 Subject: - Correct mispellings of the word occurrence Submitted by: Christoph Mallon (via private mail) --- lib/libc/stdlib/realpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdlib') diff --git a/lib/libc/stdlib/realpath.c b/lib/libc/stdlib/realpath.c index 8fd5457..a2a9329 100644 --- a/lib/libc/stdlib/realpath.c +++ b/lib/libc/stdlib/realpath.c @@ -139,7 +139,7 @@ realpath(const char * __restrict path, char * __restrict resolved) * Only the trailing slashes are not covered * by other checks in the loop, but we verify * the prefix for any (rare) "//" or "/\0" - * occurence to not implement lookahead. + * occurrence to not implement lookahead. */ if (lstat(resolved, &sb) != 0) { if (m) -- cgit v1.1