diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-01-15 21:13:45 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-18 10:55:45 +0000 |
commit | 5f73e220abcb56f11664de6c77ad50b9dff3023a (patch) | |
tree | f9aa42ff04a5109ecb801cd4723aa4937a652d88 /src/include/spi-generic.h | |
parent | e202e6770951f3207278217bd61d030bec271e03 (diff) |
src/include: Fix typos
Change-Id: Ia8e6e5bd5ac2565263d81df8ca81d62436a3301f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38441
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include/spi-generic.h')
-rw-r--r-- | src/include/spi-generic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/spi-generic.h b/src/include/spi-generic.h index c88dcb2228..30228867fc 100644 --- a/src/include/spi-generic.h +++ b/src/include/spi-generic.h @@ -264,7 +264,7 @@ void spi_release_bus(const struct spi_slave *slave); * din: Pointer to a string of bytes that will be filled in. * bytesin: How many bytes to read. * - * Note that din and dout are transferred simulataneously in a full duplex + * Note that din and dout are transferred simultaneously in a full duplex * transaction. The number of clocks within one transaction is calculated * as: MAX(bytesout*8, bytesin*8). * |