From a45d026d04c8a69925563b98a818e5dfc5b0c4b5 Mon Sep 17 00:00:00 2001 From: millert Date: Thu, 26 Oct 2023 18:46:42 +0000 Subject: [PATCH] Fix a typo spotted by miod@. --- gnu/usr.bin/gcc/gcc/doc/cppopts.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/gcc/gcc/doc/cppopts.texi b/gnu/usr.bin/gcc/gcc/doc/cppopts.texi index b0a5f29af24..4a1d7d0d215 100644 --- a/gnu/usr.bin/gcc/gcc/doc/cppopts.texi +++ b/gnu/usr.bin/gcc/gcc/doc/cppopts.texi @@ -355,7 +355,7 @@ The 1990 C standard plus GNU extensions. @item gnu99 @itemx gnu9x -The 1999 C standard plus GNU extensions This is the default.. +The 1999 C standard plus GNU extensions. This is the default. @item c++98 The 1998 ISO C++ standard plus amendments. -- 2.20.1