aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-08-06 09:14:49 -0400
committerJeff Garzik <jeff@garzik.org>2006-08-06 09:14:49 -0400
commit86dff3c597337fd52519f473c96d5451666995c2 (patch)
tree865835fcf2bc5013f98b7ad13997033c6528292a
parent79b3742f9529d948c9d8e0bf5253098d885233f1 (diff)
downloaddbfs-86dff3c597337fd52519f473c96d5451666995c2.tar.gz
Fix typo.
-rw-r--r--SCHEMA2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCHEMA b/SCHEMA
index ff5a859..e0673d1 100644
--- a/SCHEMA
+++ b/SCHEMA
@@ -71,7 +71,7 @@ guint64 ino: inode number of referenced inode
char name[0]: UTF8 final filename component (namelen bytes)
0-7 bytes alignment padding
-The array of struct dbfs_direct is terminated by a final dbfs_dirent
+The array of struct dbfs_dirent is terminated by a final dbfs_dirent
containing a zero-length name (namelen==0).