summaryrefslogtreecommitdiff
path: root/fs.h
diff options
context:
space:
mode:
authorrtm <rtm>2007-08-24 19:52:49 +0000
committerrtm <rtm>2007-08-24 19:52:49 +0000
commit8e88f9e2c617cc1002039c6e37c3c831319b1f8f (patch)
tree73d98e32df90a184bcb2a2aae39aee4202d93c05 /fs.h
parent4d39b63388237f5a30206b9df9999bc9f007b7bf (diff)
downloadxv6-labs-8e88f9e2c617cc1002039c6e37c3c831319b1f8f.tar.gz
xv6-labs-8e88f9e2c617cc1002039c6e37c3c831319b1f8f.tar.bz2
xv6-labs-8e88f9e2c617cc1002039c6e37c3c831319b1f8f.zip
comment nits
Diffstat (limited to 'fs.h')
-rw-r--r--fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs.h b/fs.h
index 9517326..e1cc7a2 100644
--- a/fs.h
+++ b/fs.h
@@ -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.