Paul Menzel ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2372
-gerrit commit bc5a049f9c715dffaf47b5cd7a2fd1dca7bc12e2 Author: Paul Menzel <[email protected]> Date: Tue Feb 12 13:41:14 2013 +0100 armv7: stages.c: Fix grammar: s,The is to,This is to, The comment introduced in commit 50c0a50ac6a3fa54ed1286e8b76f933701b6d053 Author: David Hendricks <[email protected]> Date: Thu Jan 31 17:05:50 2013 -0800 armv7: unify stage hand-off routines Reviewed-on: http://review.coreboot.org/2254 contained a typo, which is corrected now. Change-Id: I87f7cfa82fcd12b6961d3329e634b4c201cc047e Signed-off-by: Paul Menzel <[email protected]> --- src/arch/armv7/stages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/armv7/stages.c b/src/arch/armv7/stages.c index e8a47e5..05b3e1d 100644 --- a/src/arch/armv7/stages.c +++ b/src/arch/armv7/stages.c @@ -21,7 +21,7 @@ * loading. * * Unlike other files, this one should be compiled with a -m option to - * specify a pre-determined instruction set. The is to ensure consistency + * specify a pre-determined instruction set. This is to ensure consistency * in the CPU operating mode (ARM or Thumb) when hand-off between stages * occurs. * -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

