aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-17 00:54:33 +0100
committerMattias Andrée <maandree@kth.se>2018-11-17 00:54:33 +0100
commitaba6d4d0de7f4a07c94c4576bfd0022b5a5fe03e (patch)
tree77dbbe0d1cf080af1ffdff707c96fe09cf0e9f93
parentAdd st{r,p}[n]move (diff)
downloadlibsimple-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.h2
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`