aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-11 10:28:07 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-11 10:28:07 +0000
commit9dccfed7fc149542bb836da4243f105dec485114 (patch)
tree5d361d801a29e8410159fb9fe551536d271d28ee /src/fs/fs.h
parenta6192b717590e4850a28591383775dd56e403a94 (diff)
trying to fix SVN 1640
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index e655a3e57e..0ba1d08a1d 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -1925,14 +1925,14 @@ struct NamespaceUpdateNode
/**
* Namespace update generation ID. Used to ensure
- * freshness of the scc_id.
+ * freshness of the tree_id.
*/
unsigned int nug;
/**
- * SCC this entry belongs to (if nug is current).
+ * TREE this entry belongs to (if nug is current).
*/
- unsigned int scc_id;
+ unsigned int tree_id;
};