aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/agesa/hudson/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/agesa/hudson/spi.c')
-rw-r--r--src/southbridge/amd/agesa/hudson/spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/agesa/hudson/spi.c b/src/southbridge/amd/agesa/hudson/spi.c
index de6792f692..74c4711536 100644
--- a/src/southbridge/amd/agesa/hudson/spi.c
+++ b/src/southbridge/amd/agesa/hudson/spi.c
@@ -88,7 +88,7 @@ void spi_init(void)
static int spi_ctrlr_xfer(const struct spi_slave *slave, const void *dout,
size_t bytesout, void *din, size_t bytesin)
{
- /* First byte is cmd which can not being sent through FIFO. */
+ /* First byte is cmd which can not be sent through FIFO. */
u8 cmd = *(u8 *)dout++;
u8 readoffby1;
size_t count;