]> err.no Git - linux-2.6/blobdiff - Documentation/rpc-cache.txt
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy...
[linux-2.6] / Documentation / rpc-cache.txt
index 21fb09ce4cf286d28419ad140c2558650a33a092..8a382bea6808ed687fd1bacd8f3015e671f6bc1b 100644 (file)
@@ -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.