[svn] commit: r3587 - /branches/trac399/src/lib/datasrc/zonetable.h

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Nov 22 09:54:03 UTC 2010


Author: jinmei
Date: Mon Nov 22 09:54:03 2010
New Revision: 3587

Log:
added minor editorial fixes to doxygen comments.

Modified:
    branches/trac399/src/lib/datasrc/zonetable.h

Modified: branches/trac399/src/lib/datasrc/zonetable.h
==============================================================================
--- branches/trac399/src/lib/datasrc/zonetable.h (original)
+++ branches/trac399/src/lib/datasrc/zonetable.h Mon Nov 22 09:54:03 2010
@@ -214,12 +214,12 @@
     /// Find a \c Zone that best matches the given name in the \c ZoneTable.
     ///
     /// It searches the internal storage for a \c Zone that gives the
-    /// longest match against \c origin, and returns the result in the
+    /// longest match against \c name, and returns the result in the
     /// form of a \c FindResult object as follows:
     /// - \c code: The result code of the operation.
     ///   - \c SUCCESS: A zone that gives an exact match is found
     ///   - \c PARTIALMATCH: A zone whose origin is a super domain of
-    ///     \c zone is found (but there is no exact match)
+    ///     \c name is found (but there is no exact match)
     ///   - \c NOTFOUND: For all other cases.
     /// - \c zone: A pointer to the found \c Zone object if one is found;
     /// otherwise \c NULL.




More information about the bind10-changes mailing list