diff --git a/lib/valueflow.h b/lib/valueflow.h index 744e52da0..c8b637a00 100644 --- a/lib/valueflow.h +++ b/lib/valueflow.h @@ -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; };