diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-04-14 17:02:51 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-14 17:02:51 -0700 |
| commit | ae931b63bab89b28010cf9b0f16d12cdb4dbd08d (patch) | |
| tree | 5af03d4e0060f37dd4a10deb5d65183f189d71c9 /include/linux | |
| parent | 4c5385148b60b9c88df8635ceb6ec81a49cab0ab (diff) | |
[PATCH] radix-tree comment fix
Fix various bogons and outright lies.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 3d7c320d675e..c9fb9bbe154a 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -365,7 +365,7 @@ struct block_device { }; /* - * Radix-tre tags, for tagging dirty and writeback pages within the pagecache + * Radix-tree tags, for tagging dirty and writeback pages within the pagecache * radix trees */ #define PAGECACHE_TAG_DIRTY 0 |
