From: James S. <jsi...@us...> - 2001-10-08 16:23:57
|
Update of /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22 In directory usw-pr-cvs1:/tmp/cvs-serv29848/arch/mips64/sgi-ip22 Modified Files: ip22-reset.c Log Message: Typo fixes. Index: ip22-reset.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22/ip22-reset.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- ip22-reset.c 2001/06/22 02:29:32 1.1.1.1 +++ ip22-reset.c 2001/10/08 16:23:52 1.2 @@ -20,7 +20,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 |