From: Martin Sebor Date: Mon, 30 Jan 2017 22:21:20 +0000 (+0000) Subject: invoke.texi (-Wformat-truncation=1): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25a5787d468c5622471aa0a8b371d989db7ff790;p=gcc.git invoke.texi (-Wformat-truncation=1): Fix typo. gcc/ChangeLog: * doc/invoke.texi (-Wformat-truncation=1): Fix typo. From-SVN: r245038 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 00b8a99ad47..ca356c6cef9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-01-30 Martin Sebor + + * doc/invoke.texi (-Wformat-truncation=1): Fix typo. + 2017-01-30 Maxim Ostapenko PR lto/79061 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c205023d59c..4b13aeb7426 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