diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-02-05 08:47:41 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-02-05 08:51:18 +0100 |
| commit | 35935f0a2ac2df9d71aa767cadbf5ae23396ad2d (patch) | |
| tree | d08f7062149bb355913c9ae426a502a78971232b /test/test-helpers.h | |
| parent | ff54e8b4a758d35f4a1d4e0b0303092e7d96da0e (diff) | |
| download | lilliput-ae-implem-35935f0a2ac2df9d71aa767cadbf5ae23396ad2d.tar.xz | |
Correction de coquilles de documentation
Diffstat (limited to 'test/test-helpers.h')
| -rw-r--r-- | test/test-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
