Patch set updated for coreboot: 021fcc4 intel/…/spi.c: Fix typo in comment: at*t*empted

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sat Jun 29 18:18:59 CEST 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3572

-gerrit

commit 021fcc412d024e7637e9816d3b4f039491f4a497
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sat Jun 29 11:41:27 2013 +0200

    intel/…/spi.c: Fix typo in comment: at*t*empted
    
    Fix the spelling of attempted present since `spi.c` was added in commit
    »Add SPI flash driver« (1c56d9b1) [1].
    
    [1] http://review.coreboot.org/997
    
    Change-Id: Ic6f6af6298fed2f41f140a7aa62dccf98bf60927
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/southbridge/intel/bd82x6x/spi.c   | 2 +-
 src/southbridge/intel/lynxpoint/spi.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/southbridge/intel/bd82x6x/spi.c b/src/southbridge/intel/bd82x6x/spi.c
index 09169b1..0c1f51c 100644
--- a/src/southbridge/intel/bd82x6x/spi.c
+++ b/src/southbridge/intel/bd82x6x/spi.c
@@ -677,7 +677,7 @@ int spi_xfer(struct spi_slave *slave, const void *dout,
 	}
 
 	/*
-	 * Check if this is a write command atempting to transfer more bytes
+	 * Check if this is a write command attempting to transfer more bytes
 	 * than the controller can handle. Iterations for writes are not
 	 * supported here because each SPI write command needs to be preceded
 	 * and followed by other SPI commands, and this sequence is controlled
diff --git a/src/southbridge/intel/lynxpoint/spi.c b/src/southbridge/intel/lynxpoint/spi.c
index eaa17d5..5501efc 100644
--- a/src/southbridge/intel/lynxpoint/spi.c
+++ b/src/southbridge/intel/lynxpoint/spi.c
@@ -589,7 +589,7 @@ int spi_xfer(struct spi_slave *slave, const void *dout,
 	}
 
 	/*
-	 * Check if this is a write command atempting to transfer more bytes
+	 * Check if this is a write command attempting to transfer more bytes
 	 * than the controller can handle. Iterations for writes are not
 	 * supported here because each SPI write command needs to be preceded
 	 * and followed by other SPI commands, and this sequence is controlled



More information about the coreboot-gerrit mailing list