From 3d36308c26ced2b86cbd8a2b48a5732ccde90e89 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Mon, 28 Oct 2013 13:14:47 +0100 Subject: Don't use an obscure word in a comment. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Everyone not a moron will know it" is true only in Poland, and contrary to my unconscious assumption, imported words are not equally widespread everywhere -- especially that Sienkiewicz got it totally wrong. With his novels being until recently mandatory reading he effectively created a new word. Thus: "kęsim" -- a writer's impression of Tatar word for "decapitation". Isn't "learn a word a day" fun? --- crawl-ref/source/util/fake_pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl-ref/source/util/fake_pty.c b/crawl-ref/source/util/fake_pty.c index fbf0aaa999..20d2c37858 100644 --- a/crawl-ref/source/util/fake_pty.c +++ b/crawl-ref/source/util/fake_pty.c @@ -27,7 +27,7 @@ static void slurp_output() pfd.fd = crawl; pfd.events = POLLIN; - while (poll(&pfd, 1, 60000) > 0) // 60 seconds with no output -> kesim + while (poll(&pfd, 1, 60000) > 0) // 60 seconds with no output -> die die die! { if (read(tty, buf, sizeof(buf)) <= 0) break; -- cgit v1.2.3-54-g00ecf