Browse Source

[2524] Correct argument name in header comments

Stephen Morris 12 years ago
parent
commit
1883188866
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/lease_mgr_factory.h

+ 1 - 1
src/lib/dhcpsrv/lease_mgr_factory.h

@@ -113,7 +113,7 @@ public:
     /// Takes the database parameters and returns a database access string
     /// Takes the database parameters and returns a database access string
     /// passwords replaced by asterisks. This string is used in log messages.
     /// passwords replaced by asterisks. This string is used in log messages.
     ///
     ///
-    /// @param dbaccess Database access parameters (output of "parse").
+    /// @param parameters Database access parameters (output of "parse").
     ///
     ///
     /// @return Redacted database access string.
     /// @return Redacted database access string.
     static std::string redactedAccessString(
     static std::string redactedAccessString(