[openfirmware] [commit] r3133 - cpu/x86/pc/olpc

repository service svn at openfirmware.info
Wed Aug 8 09:41:24 CEST 2012


Author: quozl
Date: Wed Aug  8 09:41:24 2012
New Revision: 3133
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3133

Log:
OLPC - fsupdate, trivial typo

Modified:
   cpu/x86/pc/olpc/fsupdate.fth

Modified: cpu/x86/pc/olpc/fsupdate.fth
==============================================================================
--- cpu/x86/pc/olpc/fsupdate.fth	Wed Aug  8 09:36:09 2012	(r3132)
+++ cpu/x86/pc/olpc/fsupdate.fth	Wed Aug  8 09:41:24 2012	(r3133)
@@ -158,7 +158,7 @@
 ;
 
 : fs-update-from-list  ( devlist$ -- )
-   load-crypto  if  visible  ." Crytpo load failed" cr  show-sad  security-failure   then
+   load-crypto  if  visible  ." Crypto load failed" cr  show-sad  security-failure   then
 
    visible                            ( devlist$ )
    begin  dup  while                  ( rem$ )



More information about the openfirmware mailing list