Skip to content

Commit 42a83e5

Browse files
committed
[trivial] Fix comment for ForceSetArg()
1 parent 4314544 commit 42a83e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/util.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ bool SoftSetArg(const std::string& strArg, const std::string& strValue);
241241
*/
242242
bool SoftSetBoolArg(const std::string& strArg, bool fValue);
243243

244-
// Forces a arg setting, used only in testing
244+
// Forces an arg setting. Called by SoftSetArg() if the arg hasn't already
245+
// been set. Also called directly in testing.
245246
void ForceSetArg(const std::string& strArg, const std::string& strValue);
246247
};
247248

0 commit comments

Comments
 (0)