Module Name: src Committed By: reinoud Date: Wed Aug 5 13:45:48 UTC 2009
Modified Files: src/sys/fs/udf: udf.h Log Message: Typo fix To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/fs/udf/udf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/fs/udf/udf.h diff -u src/sys/fs/udf/udf.h:1.37 src/sys/fs/udf/udf.h:1.38 --- src/sys/fs/udf/udf.h:1.37 Wed Jul 8 14:53:23 2009 +++ src/sys/fs/udf/udf.h Wed Aug 5 13:45:48 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: udf.h,v 1.37 2009/07/08 14:53:23 reinoud Exp $ */ +/* $NetBSD: udf.h,v 1.38 2009/08/05 13:45:48 reinoud Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -331,7 +331,7 @@ struct space_bitmap_desc*metadata_unalloc_dscr; struct udf_bitmap metadata_unalloc_bits; - /* hash table to lookup icb -> udf_node and sorted list for sync */ + /* rb tree for lookup icb to udf_node and sorted list for sync */ kmutex_t ihash_lock; kmutex_t get_node_lock; struct rb_tree udf_node_tree; @@ -374,7 +374,7 @@ char const *lock_fname; int lock_lineno; - /* rb_node for fast lookup and fast sequentual visiting */ + /* rb_node for fast lookup and fast sequential visiting */ struct rb_node rbnode; /* one of `fe' or `efe' can be set, not both (UDF file entry dscr.) */