From f45846b1a228c806424e6bf937ba09e648e87441 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 1 Apr 2008 22:09:41 +0200 Subject: [PATCH] Fix two typos in stdin.c. --- stdin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdin.c b/stdin.c index 438883a7..facbf473 100644 --- a/stdin.c +++ b/stdin.c @@ -47,7 +47,7 @@ static void stdin_pre_select(struct sched *s, struct task *t) * * This function checks if \p STDIN_FILENO was included by in the read fd set * of \a s during the previous pre_select call. If yes, and \p STDIN_FILENO - * appeears to be readable, data is read from stdin into the buffer of the + * appears to be readable, data is read from stdin into the buffer of the * stdin task. */ static void stdin_post_select(struct sched *s, struct task *t) @@ -74,7 +74,7 @@ static void stdin_post_select(struct sched *s, struct task *t) * * \param sit The stdin task structure. * - * This fills in the pre/post select function poinzters of the task structure + * This fills in the pre/post select function pointers of the task structure * given by \a sit. It also sets up a default error handler which unregisters * the task. Moreover, \a loaded and \a eof are set to zero and \a bufsize is * initialized to 16 KB (but no buffer is allocated). -- 2.39.2