[openfirmware] [commit] r1972 - ofw/fs/ext2fs

repository service svn at openfirmware.info
Tue Oct 12 20:04:48 CEST 2010


Author: wmb
Date: Tue Oct 12 20:04:47 2010
New Revision: 1972
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1972

Log:
Fixed a comment.

Modified:
   ofw/fs/ext2fs/partition.fth

Modified: ofw/fs/ext2fs/partition.fth
==============================================================================
--- ofw/fs/ext2fs/partition.fth	Fri Oct  8 09:51:35 2010	(r1971)
+++ ofw/fs/ext2fs/partition.fth	Tue Oct 12 20:04:47 2010	(r1972)
@@ -1,8 +1,7 @@
 \ See license at end of file
 purpose: Ext2/3 partition map decoding support
 
-\ Returns true if the sector buffer appears to contain an ext2/3 super block
-\ which signifies the beginning of a DOS "FAT" file system.
+\ Returns true if the sector buffer contains an ext2/3 super block
 : ext2?  ( -- flag )
    sector-buf h# 38 +  w@              ( magic )
    dup h# ef53 =  swap h# 53ef =  or   ( ext2? )



More information about the openfirmware mailing list