diff --git a/src/pty.rs b/src/pty.rs index 0c7e7c1062..ab449e4ab7 100644 --- a/src/pty.rs +++ b/src/pty.rs @@ -335,7 +335,7 @@ feature! { /// /// In a multithreaded program, only [async-signal-safe] functions like `pause` /// and `_exit` may be called by the child (the parent isn't restricted) until -/// a call of `execve(2)`. Note that memory allocation may **not** be +/// a call of `execve(2)`. Note that memory allocation may **not** be /// async-signal-safe and thus must be prevented. /// /// Those functions are only a small subset of your operating system's API, so