diff options
Diffstat (limited to 'gcc/gimple-fold.c')
-rw-r--r-- | gcc/gimple-fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-fold.c b/gcc/gimple-fold.c index fa7a396..9e45cc5 100644 --- a/gcc/gimple-fold.c +++ b/gcc/gimple-fold.c @@ -1857,7 +1857,7 @@ gimple_fold_builtin_strncpy (gimple_stmt_iterator *gsi, /* If the LEN parameter is zero, return DEST. */ if (integer_zerop (len)) { - /* Avoid warning if the destination refers to a an array/pointer + /* Avoid warning if the destination refers to an array/pointer decorate with attribute nonstring. */ if (!nonstring) { |