Browse Source

hex: fix comment

Signed-off-by: Martin Milata <martin@martinmilata.cz>
Martin Milata 9 years ago
parent
commit
bcca516976
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/str/hex/hex.h

+ 1 - 1
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 */