From 2c0a2cd517df6c2babf7bea7a8dd39bb88da064e Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 27 Sep 2004 13:02:53 +0000 Subject: [PATCH] typo --- HACKING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HACKING b/HACKING index c3fdd16fa..3c1b4651e 100644 --- a/HACKING +++ b/HACKING @@ -130,7 +130,8 @@ Formating a = b; a <<= (3 + 5) * 3 + f(67 + (really ? 45 : 0)); - * No space after prefix unary operators, or befor postfix unary operators: + * No space after prefix unary operators, or before postfix unary + operators: if (!test && y++ != 0) {