summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/realpath.c
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2013-04-17 11:40:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2013-04-17 11:40:10 +0000
commitab3f6b347ef97e755cf291ed77f9eb4a48531d15 (patch)
tree6c2aee498f9e11d960770edc4c69d81c03d3cc25 /lib/libc/stdlib/realpath.c
parent7ceaf939d69ce8017a9bfbcef4b2346e65e2d4fc (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/realpath.c')
-rw-r--r--lib/libc/stdlib/realpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/realpath.c b/lib/libc/stdlib/realpath.c
index 8fd5457af9c3e..a2a93293172b0 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)