From: Jim Meyering Date: Wed, 1 Sep 2021 06:50:30 +0000 (+0200) Subject: fix a typo X-Git-Tag: v2.72c~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db4522239d0143afa0a56cb93d8228c520d0737;p=thirdparty%2Fautoconf.git fix a typo * doc/autoconf.texi (Integer Overflow): Fix typo: s/many/may/ --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 34559414..db736c7f 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -21709,7 +21709,7 @@ the programs work well enough in practice. Although some traditional C programs assume that signed integer overflow wraps around reliably using two's complement arithmetic, the C standard says that program behavior is undefined on overflow, and these C -programs many not work on many modern implementations. +programs may not work on many modern implementations. @menu * Integer Overflow Basics:: Why integer overflow is a problem