diff options
| author | Mattias Andrée <maandree@kth.se> | 2018-11-17 00:54:33 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2018-11-17 00:54:33 +0100 |
| commit | aba6d4d0de7f4a07c94c4576bfd0022b5a5fe03e (patch) | |
| tree | 77dbbe0d1cf080af1ffdff707c96fe09cf0e9f93 | |
| parent | Add st{r,p}[n]move (diff) | |
| download | libsimple-aba6d4d0de7f4a07c94c4576bfd0022b5a5fe03e.tar.gz libsimple-aba6d4d0de7f4a07c94c4576bfd0022b5a5fe03e.tar.bz2 libsimple-aba6d4d0de7f4a07c94c4576bfd0022b5a5fe03e.tar.xz | |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
| -rw-r--r-- | libsimple/mem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsimple/mem.h b/libsimple/mem.h index be05b70..fea97f6 100644 --- a/libsimple/mem.h +++ b/libsimple/mem.h @@ -270,7 +270,7 @@ int libsimple_memstarts(const void *, size_t, const void *, size_t); /** * Checks the beginning of an array of bytes, the comparison is case-insensitive * -ge * @param s The array of bytes to check + * @param s The array of bytes to check * @param n The length of `s` * @param t The desired beginning of `s` * @param m The length of `t` |
