summaryrefslogtreecommitdiff
path: root/examples/rlptytest.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rlptytest.c')
-rw-r--r--examples/rlptytest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rlptytest.c b/examples/rlptytest.c
index 0008dd1..d170f62 100644
--- a/examples/rlptytest.c
+++ b/examples/rlptytest.c
@@ -224,7 +224,7 @@ static enum { RESET, TCBREAK } ttystate = RESET;
*
* fd - The file descriptor of the terminal
*
- * Returns: 0 on sucess, -1 on error
+ * Returns: 0 on success, -1 on error
*/
int tty_cbreak(int fd){
struct termios buf;