do not use `a' quoting style in comments

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-08-02 14:26:33 +02:00
parent 18e781dc02
commit 95f7953f2c
35 changed files with 42 additions and 42 deletions

View File

@ -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)