aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-02-12 13:41:14 +0100
committerRonald G. Minnich <rminnich@gmail.com>2013-02-12 17:38:09 +0100
commit1b6fecd64d40cae3693d5424a26b9f34e419fd06 (patch)
treebdd81af38f84943576216fd6e89252e108d4bf35 /src/arch
parentfd72d5a838875d02277099eee065faed77d4eecb (diff)
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 Reviewed-on: http://review.coreboot.org/2254 contained a typo, which is corrected now. Change-Id: I87f7cfa82fcd12b6961d3329e634b4c201cc047e Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2372 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/armv7/stages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/armv7/stages.c b/src/arch/armv7/stages.c
index e8a47e52fe..05b3e1d9ff 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.
*