diff options
author | Martin Sebor <msebor@redhat.com> | 2017-01-30 22:21:20 +0000 |
---|---|---|
committer | Martin Sebor <msebor@gcc.gnu.org> | 2017-01-30 15:21:20 -0700 |
commit | 25a5787d468c5622471aa0a8b371d989db7ff790 (patch) | |
tree | 7430f2532828e511adcbf4bb89e1cc6522c2f049 /gcc | |
parent | 3cf88bffdb6dd08ad039aba64d762bcac11a1ef4 (diff) | |
download | gcc-25a5787d468c5622471aa0a8b371d989db7ff790.zip gcc-25a5787d468c5622471aa0a8b371d989db7ff790.tar.gz gcc-25a5787d468c5622471aa0a8b371d989db7ff790.tar.bz2 |
invoke.texi (-Wformat-truncation=1): Fix typo.
gcc/ChangeLog:
* doc/invoke.texi (-Wformat-truncation=1): Fix typo.
From-SVN: r245038
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 00b8a99..ca356c6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-01-30 Martin Sebor <msebor@redhat.com> + + * doc/invoke.texi (-Wformat-truncation=1): Fix typo. + 2017-01-30 Maxim Ostapenko <m.ostapenko@samsung.com> PR lto/79061 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c205023..4b13aeb 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4105,7 +4105,7 @@ logic @option{-Wformat-overflow}. Level @var{1} of @option{-Wformat-truncation} enabled by @option{-Wformat} employs a conservative approach that warns only about calls to bounded functions whose return value is unused and that will most likely result -in output truncatation. +in output truncation. @item -Wformat-truncation=2 Level @var{2} warns also about calls to bounded functions whose return |