From: Kenn H. <ke...@us...> - 2001-03-07 02:02:14
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/boot In directory usw-pr-cvs1:/tmp/cvs-serv16844/boot Modified Files: head.S Log Message: remove error-inducing apostrophe Index: head.S =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/boot/head.S,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- head.S 2001/02/21 00:35:24 1.5 +++ head.S 2001/03/07 02:03:52 1.6 @@ -135,7 +135,7 @@ fill_done: decl r3 # movl r3, r9 # save phys addr of last byte of kernel - # in R9. We'll need this later + # in R9. We will need this later # Need to know the distance we have moved the kernel, so that we can # fix up the machine vector pointer after we jump |