libpayload: storage.c: Fix typo in st*orage in comment

Reading commit »libpayload: New AHCI, ATA and ATAPI drivers«
(1f6bd94f) [1], the spelling error was found and is now fixed.

[1] http://review.coreboot.org/1622

Change-Id: Id418bcb99c1a9a400a49fc04078e465bd0908074
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/3071
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Paul Menzel 2013-04-11 15:19:04 +02:00 committed by Ronald G. Minnich
parent 1a5c9cd33b
commit 109a710743
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ ssize_t storage_read_blocks512(const size_t dev_num,
* Initializes storage controllers
*
* This function should be called once at startup to bring up supported
* strorage controllers.
* storage controllers.
*/
void storage_initialize(void)
{