diff options
Diffstat (limited to 'impls/vec.c')
| -rw-r--r-- | impls/vec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/impls/vec.c b/impls/vec.c index f73b9fc..442b1cf 100644 --- a/impls/vec.c +++ b/impls/vec.c @@ -16,7 +16,7 @@ @brief A vector, consisting of a header and some payload (data). @details The idea is that the user must never actually interact with this structure directly, only the data involved. Any vector related functions - deal with + will take the pointer to the data and look behind it to get the header. */ typedef struct { |
