builtins.c: Fix a trivial typo in a comment.
authorMartin Sebor <msebor@redhat.com>
Thu, 4 May 2017 23:54:22 +0000 (23:54 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Thu, 4 May 2017 23:54:22 +0000 (17:54 -0600)
gcc/ChangeLog:
* builtins.c: Fix a trivial typo in a comment.

From-SVN: r247623

gcc/ChangeLog
gcc/builtins.c

index ae600c02c748c1a221a69b32805871481dfbdd87..fbb90a70f856b8292932f40698e6393f66e4b387 100644 (file)
@@ -1,5 +1,7 @@
 2017-05-04  Martin Sebor  <msebor@redhat.com>
 
+       * builtins.c: Fix a trivial typo in a comment.
+
        PR middle-end/79234
        * builtins.c (check_sizes): Adjust to handle reading past the end.
        Avoid printing excessive upper bound of ranges.  Use %E to print
index c6ce7d68acdf30aa19c8c5293b33d50b42a2f541..377cdcbd3f0755c105897907e6a40bd5b95fef97 100644 (file)
@@ -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
    (such as in strncat(d, s, N).  It specifies the upper limit on the number
    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).
    As an exception, SRC can also be an integer denoting the precomputed
    size of the source string or object (for functions like memcpy).