From ae931b63bab89b28010cf9b0f16d12cdb4dbd08d Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 14 Apr 2004 17:02:51 -0700 Subject: [PATCH] radix-tree comment fix Fix various bogons and outright lies. --- include/linux/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') 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 -- cgit v1.2.3