From: Martin Milata Date: Sun, 5 Feb 2017 13:29:45 +0000 (+0100) Subject: hex: fix comment X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=bcca516976312896eca1b0def6d3557d192baa89 hex: fix comment Signed-off-by: Martin Milata --- diff --git a/ccan/str/hex/hex.h b/ccan/str/hex/hex.h index 0a0d5c5a..624a77b1 100644 --- a/ccan/str/hex/hex.h +++ b/ccan/str/hex/hex.h @@ -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 */