From 35935f0a2ac2df9d71aa767cadbf5ae23396ad2d Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 5 Feb 2019 08:47:41 +0100 Subject: Correction de coquilles de documentation --- test/test-helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-helpers.h') diff --git a/test/test-helpers.h b/test/test-helpers.h index 067b1fe..cee7d19 100644 --- a/test/test-helpers.h +++ b/test/test-helpers.h @@ -21,7 +21,7 @@ } while (0) -/* Used to update vectors when constants change. */ +/* Used to update vectors when the specification changes. */ static inline void dump_c_initializer(size_t len, uint8_t buf[len]) { printf("{\n"); -- cgit v1.2.3