From 95f7953f2c46c7b9c799250aa8dc6eb10cc5c726 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 2 Aug 2017 14:26:33 +0200 Subject: do not use `a' quoting style in comments Signed-off-by: Denys Vlasenko --- editors/awk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/awk.c b/editors/awk.c index cc17ad4..372a255 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -230,7 +230,7 @@ typedef struct tsplitter_s { */ #define TC_LENGTH (1 << 20) #define TC_GETLINE (1 << 21) -#define TC_FUNCDECL (1 << 22) /* `function' `func' */ +#define TC_FUNCDECL (1 << 22) /* 'function' 'func' */ #define TC_BEGIN (1 << 23) #define TC_END (1 << 24) #define TC_EOF (1 << 25) -- cgit v1.1