aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'validation')
-rw-r--r--validation/type1.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/validation/type1.c b/validation/type1.c
index ed49fce..4f08f88 100644
--- a/validation/type1.c
+++ b/validation/type1.c
@@ -1,12 +1,11 @@
/*
- * We get this wrong for some strange reason.
+ * Sparse used to get this wrong.
*
- * When evaluating the argument to the inline
- * function for the array, we don't properly
- * demote the "char []" to a "char *", but instead
- * we follow the dereference and get a "struct hello".
+ * When evaluating the argument to the inline function for the array, Sparse
+ * didn't properly demote the "char []" to a "char *", but instead it would
+ * follow the dereference and get a "struct hello".
*
- * Which makes no sense at all.
+ * Which made no sense at all.
*/
static inline int deref(const char *s)