Skip to content

Commit 5dd69ce

Browse files
committed
Merge #10479: [trivial] Fix comment for ForceSetArg()
42a83e5 [trivial] Fix comment for ForceSetArg() (John Newbery) Tree-SHA512: 596db8b4bb01bca18908e254e5b364d3d4fcb0ea49d7d54314c65106e497efed65a877d80740bff88e090aeb772be1e46d4571ecca9b9263578f3f680f0bd0ce
2 parents 55b72f3 + 42a83e5 commit 5dd69ce

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)