diff options
author | Katerina Barone-Adesi <kat.obsc@gmail.com> | 2013-02-15 13:27:59 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2013-02-15 13:27:59 +0100 |
commit | c28c6a02d224ed74878fe4899870d693de15f54d (patch) | |
tree | 00b671cd75e4286e323c8ca33899d57821292a50 /src/bits.c | |
parent | a5007dbdc59e46c09a2ac6c52fc53a7712812cd9 (diff) |
misc: Doxygen tweaks: fixed some typos and minor errors
Doxygen generates quite a lot of warnings on libosmocore. Some of them
are obvious typos - this patch aims to fix such low-hanging fruit.
Diffstat (limited to 'src/bits.c')
-rw-r--r-- | src/bits.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -180,8 +180,8 @@ uint32_t osmo_revbytebits_8(uint8_t x) } /*! \brief reverse bit-order of each byte in a buffer - * \param buf buffer containing bytes to be bit-reversed - * \param[in] length of buffer in bytes + * \param[in] buf buffer containing bytes to be bit-reversed + * \param[in] len length of buffer in bytes * * This function reverses the bits in each byte of the buffer */ |