]> Pileus Git - ~andy/linux/blobdiff - Documentation/rpc-cache.txt
[ALSA] Routines for effect processor FX8010: Use list_for_each_entry
[~andy/linux] / 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.