* doc/autoconf.texi (Integer Overflow): Fix typo: s/many/may/
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