From 24e8ee572d146fd92896bb0e9162d9419cf52fde Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 16 Mar 2008 15:42:05 +0000 Subject: [PATCH] typo fixed [r18952] --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 624592f..a0f17a5 100644 --- a/main.c +++ b/main.c @@ -105,7 +105,7 @@ bool strict_mode = false; /* to switch on printing of implicit casts */ extern bool print_implicit_casts; -/* to switch on printing of srenthesis to indicate operator precedence */ +/* to switch on printing of parenthesis to indicate operator precedence */ extern bool print_parenthesis; static int verbose; -- 2.20.1