From 5b444375f22927c3661c331f3f37519940204bc0 Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Mon, 30 Oct 2017 16:03:58 +0100 Subject: fix some typos in comments --- src/tty.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tty.rs') diff --git a/src/tty.rs b/src/tty.rs index ad55929d..1a7fd395 100644 --- a/src/tty.rs +++ b/src/tty.rs @@ -37,7 +37,7 @@ static mut PID: pid_t = 0; /// /// Calling exit() in the SIGCHLD handler sometimes causes opengl to deadlock, /// and the process hangs. Instead, this flag is set, and its status can be -/// cheked via `process_should_exit`. +/// checked via `process_should_exit`. static mut SHOULD_EXIT: bool = false; extern "C" fn sigchld(_a: c_int) { -- cgit