]> git.ozlabs.org Git - ccan/blobdiff - ccan/short_types/_info
short_types: update documentation on be32/le32 etc.
[ccan] / ccan / short_types / _info
index 1644b663336b5d605f8f3bf9fb5ef2538ad0b8a6..f324e359ac8a01f35353e753445b114fbd795d31 100644 (file)
@@ -9,8 +9,9 @@
  *     -- Linus Torvalds
  *
  * The short_types header provides for convenient abbreviations for the
- * posixly-damned uint32_t types.  It also provides be32/le32 for explicitly
- * annotating types of specific endian.
+ * posixly-damned uint32_t types.  If ccan/endian/endian.h is included,
+ * it also provides be32/le32 for explicitly annotating types of specific
+ * endian.
  *
  * Include this header, if only to stop people using these identifiers
  * for other things!