From: James S. <jsi...@us...> - 2001-10-08 16:23:57
|
Update of /cvsroot/linux-mips/linux/arch/mips/sgi/kernel In directory usw-pr-cvs1:/tmp/cvs-serv29848/arch/mips/sgi/kernel Modified Files: reset.c Log Message: Typo fixes. Index: reset.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/sgi/kernel/reset.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- reset.c 2001/06/22 02:29:31 1.1.1.1 +++ reset.c 2001/10/08 16:23:52 1.2 @@ -19,7 +19,7 @@ /* * Just powerdown if init hasn't done after POWERDOWN_TIMEOUT seconds. - * I'm not shure if this feature is a good idea, for now it's here just to + * I'm not sure if this feature is a good idea, for now it's here just to * make the power button make behave just like under IRIX. */ #define POWERDOWN_TIMEOUT 120 |