Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2372
-gerrit
commit 186980831c23021f2dd477ca4d127fa3721fa9d5 Author: Paul Menzel paulepanter@users.sourceforge.net 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 dhendrix@chromium.org Date: Thu Jan 31 17:05:50 2013 -0800
armv7: unify stage hand-off routines
contained a typo, which is corrected now.
Change-Id: I87f7cfa82fcd12b6961d3329e634b4c201cc047e Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- 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. *