From e02caea025c2988442fbc06a13b0e00e1a8507d4 Mon Sep 17 00:00:00 2001 From: PKEuS Date: Sun, 1 Feb 2015 15:23:15 +0100 Subject: [PATCH] Fixed C&P-mistake in comment --- lib/valueflow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };