commit | 4a689dad0398b103949d7ffee3476dfcaf21e6fc | [log] [tgz] |
---|---|---|
author | Ilya Shipitsin <chipitsine@gmail.com> | Sat Oct 29 09:34:32 2022 +0500 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 30 17:17:56 2022 +0100 |
tree | cec45b78e5dee9a99590c47bd4f0bdde93fd4697 | |
parent | 5526f922af178dc4b33b9c6e141e7524d7c5539d [diff] [blame] |
CLEANUP: assorted typo fixes in the code and comments This is 32nd iteration of typo fixes
diff --git a/src/hlua.c b/src/hlua.c index 9b646bc..b8f727f 100644 --- a/src/hlua.c +++ b/src/hlua.c
@@ -3966,7 +3966,7 @@ else HLUA_SET_WAKEREQWR(hlua); - /* Otherwise, we can yield waiting for new data in the inpout side. */ + /* Otherwise, we can yield waiting for new data in the input side. */ MAY_LJMP(hlua_yieldk(L, 0, 0, hlua_channel_forward_yield, TICK_ETERNITY, 0)); }