From bcca516976312896eca1b0def6d3557d192baa89 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Sun, 5 Feb 2017 14:29:45 +0100 Subject: [PATCH 1/1] hex: fix comment Signed-off-by: Martin Milata --- ccan/str/hex/hex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2