AMD RS780, SR5650: PcieTrainPort: Fix typo *i*gnoring in comment
commit6a1210901dff47a65dac157445f0a76219be0d55
authorPaul Menzel <paulepanter@users.sourceforge.net>
Wed, 10 Apr 2013 09:33:37 +0000 (10 11:33 +0200)
committerMartin Roth <martin.roth@se-eng.com>
Thu, 11 Apr 2013 20:04:20 +0000 (11 22:04 +0200)
treefc30343879c7b813f6b9b7b38931036ca968eb8a
parent573a1d6fa8d72e6d3f738bb889a34b405952046c
AMD RS780, SR5650: PcieTrainPort: Fix typo *i*gnoring in comment

Reading the paste of code in a message to the mailing list [1],
a typo was spotted and found in one more place.

    $ git grep egnoring
    src/southbridge/amd/rs780/cmn.c:                         * egnoring the reversal case
    src/southbridge/amd/sr5650/sr5650.c:                     * egnoring the reversal case

These typos are there since when the code was committed and are
now corrected.

[1] http://www.coreboot.org/pipermail/coreboot/2013-April/075644.html

Change-Id: I55c65f71e4834f209b60d678f0d44bc2f4217099
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/3062
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martin.roth@se-eng.com>
src/southbridge/amd/rs780/cmn.c
src/southbridge/amd/sr5650/sr5650.c