gcc/ChangeLog:
* gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
message.
From-SVN: r244500
+2017-01-16 Martin Sebor <msebor@redhat.com>
+
+ * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
+ message.
+
2017-01-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* config/rs6000/rs6000.c (rtx_is_swappable_p): Change
const char* fmtstr
= (info.bounded
? G_("%<%.*s%> directive output may be truncated "
- "writing %wu or more bytes a region of size %wu")
+ "writing %wu or more bytes into a region "
+ "of size %wu")
: G_("%<%.*s%> directive writing %wu or more bytes "
"into a region of size %wu"));
warned = fmtwarn (dirloc, pargrange, NULL,