invoke.texi (-Wformat-truncation=1): Fix typo.

gcc/ChangeLog:
	* doc/invoke.texi (-Wformat-truncation=1): Fix typo.

From-SVN: r245038
This commit is contained in:
Martin Sebor 2017-01-30 22:21:20 +00:00 committed by Martin Sebor
parent 3cf88bffdb
commit 25a5787d46
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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