]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/rpc-cache.txt
fix struct user_info export's sysfs interaction
[linux-2.6-omap-h63xx.git] / 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.