]> Devi Nivas Git - cs3210-lab1.git/commitdiff
Fit fs.h in one column
authorAustin Clements <amdragon@mit.edu>
Fri, 2 Sep 2011 18:57:28 +0000 (14:57 -0400)
committerAustin Clements <amdragon@mit.edu>
Fri, 2 Sep 2011 18:57:28 +0000 (14:57 -0400)
fs.h

diff --git a/fs.h b/fs.h
index c9e34bf536f0692434886e10bf659db42dbc7f4a..85efa785472bb379cfb2413fdd3bd7f3aac21b36 100644 (file)
--- a/fs.h
+++ b/fs.h
@@ -1,8 +1,7 @@
 // On-disk file system format. 
 // Both the kernel and user programs use this header file.
 
-// Block 0 is unused.
-// Block 1 is super block.
+// Block 0 is unused.  Block 1 is super block.
 // Inodes start at block 2.
 
 #define ROOTINO 1  // root i-number