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/msgb.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/msgb.c')
| -rw-r--r-- | src/msgb.c | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -74,7 +74,7 @@ void msgb_free(struct msgb *m)  /*! \brief Enqueue message buffer to tail of a queue   * \param[in] queue linked list header of queue - * \param[in] msgb message buffer to be added to the queue + * \param[in] msg message buffer to be added to the queue   *   * The function will append the specified message buffer \a msg to the   * queue implemented by \ref llist_head \a queue @@ -89,7 +89,7 @@ void msgb_enqueue(struct llist_head *queue, struct msgb *msg)   * \returns message buffer (if any) or NULL if queue empty   *   * The function will remove the first message buffer from the queue - * implemented by 'ref llist_head \a queue. + * implemented by \ref llist_head \a queue.   */  struct msgb *msgb_dequeue(struct llist_head *queue)  { @@ -105,7 +105,7 @@ struct msgb *msgb_dequeue(struct llist_head *queue)  }  /*! \brief Re-set all message buffer pointers - *  \param[in] m message buffer that is to be resetted + *  \param[in] msg message buffer that is to be resetted   *   * This will re-set the various internal pointers into the underlying   * message buffer, i.e. remvoe all headroom and treat the msgb as  | 
