]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
fix a typo
authorJim Meyering <meyering@fb.com>
Wed, 1 Sep 2021 06:50:30 +0000 (08:50 +0200)
committerJim Meyering <meyering@fb.com>
Wed, 1 Sep 2021 06:50:30 +0000 (08:50 +0200)
* doc/autoconf.texi (Integer Overflow): Fix typo: s/many/may/

doc/autoconf.texi

index 34559414eec0bd80466f0e13a267e4c584f63293..db736c7fe5b28fc2270f77f69f2aa5b1cdb8643e 100644 (file)
@@ -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