diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2016-03-15 12:16:39 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-22 12:16:16 -0400 |
commit | a6f70a3d1456e6ce97e0f00ac2d5ff8ae22027d6 (patch) | |
tree | df532a5c7a2877178c9a93f45c521d0cefdfc691 /arch/powerpc | |
parent | 0af49b9575476587d7c0cfd79ba29a21aa50bc05 (diff) | |
download | u-boot-a6f70a3d1456e6ce97e0f00ac2d5ff8ae22027d6.tar.gz |
Fix spelling of "transferred".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Acked-by: Marek Vasut <marex@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/cpu/mpc8xx/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/spi.c b/arch/powerpc/cpu/mpc8xx/spi.c index c442af979d..6267c0e204 100644 --- a/arch/powerpc/cpu/mpc8xx/spi.c +++ b/arch/powerpc/cpu/mpc8xx/spi.c @@ -455,7 +455,7 @@ ssize_t spi_xfer (size_t count) * * The Serial Peripheral Interface (SPI) is tested in the local loopback mode. * The interface is configured accordingly and several packets - * are transfered. The configurable test parameters are: + * are transferred. The configurable test parameters are: * TEST_MIN_LENGTH - minimum size of packet to transfer * TEST_MAX_LENGTH - maximum size of packet to transfer * TEST_NUM - number of tests |