Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
inline.h: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson authored and Reini Urban committed Jun 3, 2016
1 parent baa5ae5 commit 505724a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inline.h
Expand Up @@ -352,7 +352,7 @@ S_is_safe_syscall(pTHX_ const char *pv, STRLEN len, const char *what, const char
/*
Return true if the supplied filename has a newline character
immediately before the final NUL.
immediately before the first (hopefully only) NUL.
My original look at this incorrectly used the len from SvPV(), but
that's incorrect, since we allow for a NUL in pv[len-1].
Expand Down

0 comments on commit 505724a

Please sign in to comment.