]> git.ozlabs.org Git - ccan/blobdiff - ccan/str/hex/hex.h
Fix typos detected by github.com/client9/misspell
[ccan] / ccan / str / hex / hex.h
index 0a0d5c5aa8b6ba647e6aea61d46cc74dc53c5028..2b81704e9856651b5d43308a44a2f4ed8f2b6f74 100644 (file)
@@ -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 */