X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iotcloud.git;a=blobdiff_plain;f=version2%2Fsrc%2FC%2Fhashtable.h;h=b27dde245c6a6acdf4a48184cfa4539ca2bf20bd;hp=648377ef0d20de105dd3d2bfe63dafac3dc38be0;hb=41ff9c95ca5d4b707386c1b7e66df033169bf68d;hpb=4087b948a1cb6980a347cbc5ceebd40fade99b82 diff --git a/version2/src/C/hashtable.h b/version2/src/C/hashtable.h index 648377e..b27dde2 100644 --- a/version2/src/C/hashtable.h +++ b/version2/src/C/hashtable.h @@ -53,7 +53,7 @@ inline bool defaultEquals(_Key key1, _Key key2) { * * @tparam _Key Type name for the key * @tparam _Val Type name for the values to be stored - * @tparam _KeyInt Integer type that is at least as large as _Key. Used for key + * @tparam _KeyInt int32_t type that is at least as large as _Key. Used for key * manipulation and storage. * @tparam _Shift Logical shift to apply to all keys. Default 0. */