Commit ded507ae by Martin Sebor Committed by Martin Sebor

builtins.c: Fix a trivial typo in a comment.

gcc/ChangeLog:
	* builtins.c: Fix a trivial typo in a comment.

From-SVN: r247623
parent d9c5a8b9
2017-05-04 Martin Sebor <msebor@redhat.com> 2017-05-04 Martin Sebor <msebor@redhat.com>
* builtins.c: Fix a trivial typo in a comment.
PR middle-end/79234 PR middle-end/79234
* builtins.c (check_sizes): Adjust to handle reading past the end. * builtins.c (check_sizes): Adjust to handle reading past the end.
Avoid printing excessive upper bound of ranges. Use %E to print Avoid printing excessive upper bound of ranges. Use %E to print
......
...@@ -3047,7 +3047,7 @@ expand_builtin_memcpy_args (tree dest, tree src, tree len, rtx target, tree exp) ...@@ -3047,7 +3047,7 @@ expand_builtin_memcpy_args (tree dest, tree src, tree len, rtx target, tree exp)
MAXLEN is the user-supplied bound on the length of the source sequence MAXLEN is the user-supplied bound on the length of the source sequence
(such as in strncat(d, s, N). It specifies the upper limit on the number (such as in strncat(d, s, N). It specifies the upper limit on the number
of bytes to write. of bytes to write.
SRC is the source string (such as in strcpy(d, s)) when the epxression SRC is the source string (such as in strcpy(d, s)) when the expression
EXP is a string function call (as opposed to a memory call like memcpy). EXP is a string function call (as opposed to a memory call like memcpy).
As an exception, SRC can also be an integer denoting the precomputed As an exception, SRC can also be an integer denoting the precomputed
size of the source string or object (for functions like memcpy). size of the source string or object (for functions like memcpy).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment