]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commitdiff
Continue improving documentation and a small documentation bug fixed.
authorCarlos Miguel Jenkins Pérez <carlos@jenkins.co.cr>
Mon, 17 Jun 2013 03:47:12 +0000 (05:47 +0200)
committerCarlos Miguel Jenkins Pérez <carlos@jenkins.co.cr>
Mon, 17 Jun 2013 03:47:12 +0000 (05:47 +0200)
rpp/include/binary.h

index 0912fb7eb6c1b6bb9dda32c46fbbfc611cd2c2c7..c8a58b0682bfd8b247393a0e485433b2437deda9 100644 (file)
@@ -18,7 +18,7 @@
 /**
  * Create a bit mask for given bit number.
  * For example:
- *  - _BV(7) -> B[0100 0000]
+ *  - _BV(7) -> B[1000 0000]
  *  - _BV(1) -> B[0000 0010]
  *  - _BV(0) -> B[0000 0001]
  *