spelling fixes: arch/um/

Spelling fixes in arch/um/.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Acked-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
Simon Arlott
2007-10-20 01:23:03 +02:00
committed by Adrian Bunk
parent 0c79cf6af1
commit b60745b960
9 changed files with 10 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ static void line_timer_cb(struct work_struct *work)
/*
* Returns the free space inside the ring buffer of this line.
*
* Should be called while holding line->lock (this does not modify datas).
* Should be called while holding line->lock (this does not modify data).
*/
static int write_room(struct line *line)
{