diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-02-17 18:07:38 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-02-17 18:07:38 +0000 |
commit | 47706ecaf12d67a399225153e56f1d84398bfc5a (patch) | |
tree | 91e2d50aef16270c2a3d54804708488e708251ce /sys/xfs | |
parent | 9a1e8d3a36cfe08049fdc4373b501abf7b1454c1 (diff) |
miscellaneous typo fixes:
- sturct -> struct (spotted by pedro)
- elimination of consecutive 'the' words
ok jmc@, henning@, krw@, robert@, some whining by jolan@
Diffstat (limited to 'sys/xfs')
-rw-r--r-- | sys/xfs/xfs_node.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/xfs/xfs_node.h b/sys/xfs/xfs_node.h index 2aef3a3e571..2b1285c7a40 100644 --- a/sys/xfs/xfs_node.h +++ b/sys/xfs/xfs_node.h @@ -139,8 +139,8 @@ typedef int vop_t (void *); /* * This is compat code for older vfs that have a - * vget that only take a integer (really boolean) argument - * that the the returned vnode will be returned locked + * vget that only takes an integer (really boolean) argument + * that the returned vnode will be returned locked */ #ifdef LK_EXCLUSIVE |