aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
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 e655a3e57..0ba1d08a1 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -1925,14 +1925,14 @@ struct NamespaceUpdateNode
1925 1925
1926 /** 1926 /**
1927 * Namespace update generation ID. Used to ensure 1927 * Namespace update generation ID. Used to ensure
1928 * freshness of the scc_id. 1928 * freshness of the tree_id.
1929 */ 1929 */
1930 unsigned int nug; 1930 unsigned int nug;
1931 1931
1932 /** 1932 /**
1933 * SCC this entry belongs to (if nug is current). 1933 * TREE this entry belongs to (if nug is current).
1934 */ 1934 */
1935 unsigned int scc_id; 1935 unsigned int tree_id;
1936 1936
1937}; 1937};
1938 1938