From: Eric S. Raymond Date: Tue, 13 Jun 2017 12:30:49 +0000 (-0400) Subject: Update docs to track Peje's latest patch. X-Git-Tag: 1.1~364 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=43f0c07f1a755a68e77a8ae02ccedb0563d730a7 Update docs to track Peje's latest patch. --- diff --git a/main.c b/main.c index 75f646e..6ac17ce 100644 --- a/main.c +++ b/main.c @@ -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.