armv7: stages.c: Fix grammar: s,The is to,This is to,

The comment introduced in

    commit 50c0a50ac6
    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>
This commit is contained in:
Paul Menzel 2013-02-12 13:41:14 +01:00 committed by Ronald G. Minnich
parent fd72d5a838
commit 1b6fecd64d
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*