From: millert Date: Thu, 26 Oct 2023 18:46:42 +0000 (+0000) Subject: Fix a typo spotted by miod@. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a45d026d04c8a69925563b98a818e5dfc5b0c4b5;p=openbsd Fix a typo spotted by miod@. --- 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.