aboutsummaryrefslogtreecommitdiff
path: root/Documentation/rpc-cache.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/rpc-cache.txt')
-rw-r--r--Documentation/rpc-cache.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rpc-cache.txt b/Documentation/rpc-cache.txt
index 21fb09ce4cf..8a382bea680 100644
--- a/Documentation/rpc-cache.txt
+++ b/Documentation/rpc-cache.txt
@@ -53,7 +53,7 @@ Creating a Cache
structure
void cache_put(struct kref *)
This is called when the last reference to an item is
- is dropped. The pointer passed is to the 'ref' field
+ dropped. The pointer passed is to the 'ref' field
in the cache_head. cache_put should release any
references create by 'cache_init' and, if CACHE_VALID
is set, any references created by cache_update.