From 25a5787d468c5622471aa0a8b371d989db7ff790 Mon Sep 17 00:00:00 2001 From: Martin Sebor Date: Mon, 30 Jan 2017 22:21:20 +0000 Subject: [PATCH] invoke.texi (-Wformat-truncation=1): Fix typo. gcc/ChangeLog: * doc/invoke.texi (-Wformat-truncation=1): Fix typo. From-SVN: r245038 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2