Fixed C&P-mistake in comment

This commit is contained in:
PKEuS 2015-02-01 15:23:15 +01:00
parent 6bfeb71dd2
commit e02caea025
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ namespace ValueFlow {
/** Is this value inconclusive? */
bool inconclusive;
/** Is this value inconclusive? */
/** Is this value passed as default parameter to the function? */
bool defaultArg;
};