From b99f96cf6af73eef6bb887cd28bdb6508f2dd702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 28 Sep 2020 01:45:05 +0200 Subject: Fix comment: the word "no-op" needs to be split --- sdn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdn.cpp') diff --git a/sdn.cpp b/sdn.cpp index 4d243e2..c2247b8 100644 --- a/sdn.cpp +++ b/sdn.cpp @@ -162,7 +162,7 @@ fun parse_line (istream &is, vector &out) -> bool { enum {TAKE = 1 << 3, PUSH = 1 << 4, STOP = 1 << 5, ERROR = 1 << 6}; enum {TWOR = TAKE | WOR}; - // We never transition back to the start state, so it can stay as a noop + // We never transition back to the start state, so it can stay as a no-op static char table[STATES][7] = { // state EOF SP, TAB ' # \ LF default /* STA */ {ERROR, DEF, QUO, COM, ESC, STOP, TWOR}, -- cgit v1.2.3