]> git.ozlabs.org Git - ccan/commitdiff
hex: fix comment
authorMartin Milata <martin@martinmilata.cz>
Sun, 5 Feb 2017 13:29:45 +0000 (14:29 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 14 Mar 2017 01:51:53 +0000 (12:21 +1030)
Signed-off-by: Martin Milata <martin@martinmilata.cz>
ccan/str/hex/hex.h

index 0a0d5c5aa8b6ba647e6aea61d46cc74dc53c5028..624a77b10c004096ea7e90f0a8ad13ce4df0565e 100644 (file)
@@ -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 */