Parcourir la source

Fix documentation. Some parameters had wrong names.

No review. Trivial.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3550 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed il y a 14 ans
Parent
commit
3730624115
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/lib/datasrc/cache.h

+ 3 - 3
src/lib/datasrc/cache.h

@@ -170,9 +170,9 @@ public:
     /// 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
     ///