[openfirmware] [commit] r2266 - in cpu: arm/olpc/1.75 x86/pc/olpc/via

repository service svn at openfirmware.info
Mon Jun 13 06:41:53 CEST 2011


Author: quozl
Date: Mon Jun 13 06:41:52 2011
New Revision: 2266
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2266

Log:
OLPC - fix trivial spelling error in SD card instructions

Modified:
   cpu/arm/olpc/1.75/testinstructions.fth
   cpu/x86/pc/olpc/via/testinstructions.fth

Modified: cpu/arm/olpc/1.75/testinstructions.fth
==============================================================================
--- cpu/arm/olpc/1.75/testinstructions.fth	Sun Jun 12 10:58:36 2011	(r2265)
+++ cpu/arm/olpc/1.75/testinstructions.fth	Mon Jun 13 06:41:52 2011	(r2266)
@@ -500,7 +500,7 @@
 ;
 : disconnect-ext-sd  ( -- )
    draw-top
-   " Disonnect external SD card to continue.." message
+   " Disconnect external SD card to continue.." message
    ['] ext-sd-card-top red-888 highlight
 ;
 

Modified: cpu/x86/pc/olpc/via/testinstructions.fth
==============================================================================
--- cpu/x86/pc/olpc/via/testinstructions.fth	Sun Jun 12 10:58:36 2011	(r2265)
+++ cpu/x86/pc/olpc/via/testinstructions.fth	Mon Jun 13 06:41:52 2011	(r2266)
@@ -474,7 +474,7 @@
 ;
 : disconnect-ext-sd  ( -- )
    draw-top
-   " Disonnect external SD card to continue.." message
+   " Disconnect external SD card to continue.." message
    ['] ext-sd-card-top red-888 highlight
 ;
 



More information about the openfirmware mailing list