From 60ab7a63dc7c2b52bf21887f365a58588a08f708 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 13 Jun 2017 08:15:01 -0400 Subject: [PATCH] Comment polishing. --- main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.c b/main.c index 1745c1b..d115756 100644 --- a/main.c +++ b/main.c @@ -3,15 +3,15 @@ * * The author - Don Woods - apologises for the style of the code; it * is a result of running the original Fortran IV source through a - * home-brew Fortran-to-C converter.) + * home-brew Fortran-to-C converter. * * 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 - * in this file - there used to be hundreds of them, *everywhere*), - * and the offensive globals. Applying the Structured Program Theorem - * can be hard. + * 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. */ #include #include -- 2.31.1