[svn] commit: r3550 - /trunk/src/lib/datasrc/cache.h

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Nov 17 14:32:04 UTC 2010


Author: jreed
Date: Wed Nov 17 14:32:04 2010
New Revision: 3550

Log:
Fix documentation. Some parameters had wrong names.

No review. Trivial.

Modified:
    trunk/src/lib/datasrc/cache.h

Modified: trunk/src/lib/datasrc/cache.h
==============================================================================
--- trunk/src/lib/datasrc/cache.h (original)
+++ trunk/src/lib/datasrc/cache.h Wed Nov 17 14:32:04 2010
@@ -170,9 +170,9 @@
     /// then promoted to the head of the LRU queue.  (NOTE: Because
     /// of this, "retrieve" cannot be implemented as a const method.)
     ///
-    /// \param name The query name
-    /// \param rrclass The query class
-    /// \param rrtype The query type
+    /// \param qname The query name
+    /// \param qclass The query class
+    /// \param qtype The query type
     /// \param rrset Returns the RRset found, if any, to the caller
     /// \param flags Returns the flags, if any, to the caller
     ///




More information about the bind10-changes mailing list