Update docs to track Peje's latest patch.

This commit is contained in:
Eric S. Raymond 2017-06-13 08:30:49 -04:00
parent 169c683e45
commit 43f0c07f1a

2
main.c
View file

@ -8,7 +8,7 @@
* Now that the code has been restructured into something much closer
* to idiomatic C, the following is more appropriate:
*
* ESR apologizes for the remaing gotos (now confined to two functions
* ESR apologizes for the remaing gotos (now confined to one function
* in this file - there used to be over 350 of them, *everywhere*),
* and for the offensive globals. Applying the Structured Program
* Theorem can be hard.