diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-29 05:01:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-29 05:01:30 +0200 |
commit | c0dbaa4604aebe4e02088d34dea6784c9bcad982 (patch) | |
tree | 7ec76e5c7d8a7fa7875345f69f8607f9d8b37dbe /src/libmdsserver/hash-help.h | |
parent | info: linked list (diff) | |
download | mds-c0dbaa4604aebe4e02088d34dea6784c9bcad982.tar.gz mds-c0dbaa4604aebe4e02088d34dea6784c9bcad982.tar.bz2 mds-c0dbaa4604aebe4e02088d34dea6784c9bcad982.tar.xz |
m + info: tables
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/libmdsserver/hash-help.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libmdsserver/hash-help.h b/src/libmdsserver/hash-help.h index ec08ada..cdee6d7 100644 --- a/src/libmdsserver/hash-help.h +++ b/src/libmdsserver/hash-help.h @@ -27,7 +27,7 @@ * Calculate the hash of a string * * @param str The string - * @return The hash of the string + * @return The hash of the string */ static inline size_t __attribute__((pure)) string_hash(const char* str) { @@ -42,7 +42,7 @@ static inline size_t __attribute__((pure)) string_hash(const char* str) /** - * Check whether two char* are of equal value + * Check whether two `char*` are of equal value * * @param str_a The first string * @param str_b The second string |