diff options
author | rtm <rtm> | 2007-08-24 19:52:49 +0000 |
---|---|---|
committer | rtm <rtm> | 2007-08-24 19:52:49 +0000 |
commit | 8e88f9e2c617cc1002039c6e37c3c831319b1f8f (patch) | |
tree | 73d98e32df90a184bcb2a2aae39aee4202d93c05 /fs.h | |
parent | 4d39b63388237f5a30206b9df9999bc9f007b7bf (diff) | |
download | xv6-labs-8e88f9e2c617cc1002039c6e37c3c831319b1f8f.tar.gz xv6-labs-8e88f9e2c617cc1002039c6e37c3c831319b1f8f.tar.bz2 xv6-labs-8e88f9e2c617cc1002039c6e37c3c831319b1f8f.zip |
comment nits
Diffstat (limited to 'fs.h')
-rw-r--r-- | fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ // On-disk file system format. -// This header is shared between kernel and user space. +// Both the kernel and user programs use this header file. // Block 0 is unused. // Block 1 is super block. |