X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstr%2Fhex%2Fhex.h;h=2b81704e9856651b5d43308a44a2f4ed8f2b6f74;hb=d1a951b82386391b82e48b32403891f85e253565;hp=0a0d5c5aa8b6ba647e6aea61d46cc74dc53c5028;hpb=fc3a762c6629caf4af8c490c8f9ccff5ac9e5a16;p=ccan diff --git a/ccan/str/hex/hex.h b/ccan/str/hex/hex.h index 0a0d5c5a..2b81704e 100644 --- a/ccan/str/hex/hex.h +++ b/ccan/str/hex/hex.h @@ -7,7 +7,7 @@ /** * hex_decode - Unpack a hex string. - * @str: the hexidecimal string + * @str: the hexadecimal string * @slen: the length of @str * @buf: the buffer to write the data into * @bufsize: the length of @buf @@ -70,4 +70,4 @@ static inline size_t hex_data_size(size_t strlen) { return strlen / 2; } -#endif /* PETTYCOIN_HEX_H */ +#endif /* CCAN_HEX_H */