Browse Source

short_types: update documentation on be32/le32 etc.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 12 years ago
parent
commit
4c9a34ea93
1 changed files with 3 additions and 2 deletions
  1. 3 2
      ccan/short_types/_info

+ 3 - 2
ccan/short_types/_info

@@ -9,8 +9,9 @@
  *	-- Linus Torvalds
  *	-- Linus Torvalds
  *
  *
  * The short_types header provides for convenient abbreviations for the
  * 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
  * Include this header, if only to stop people using these identifiers
  * for other things!
  * for other things!