[PATCH] libosmocore[master]: src/msgb.c: cosmetic: fix spelling mistakes

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Thu Mar 8 19:39:35 UTC 2018


Review at  https://gerrit.osmocom.org/7161

src/msgb.c: cosmetic: fix spelling mistakes

Change-Id: I6b473aadaa22d95f2a8cc87580c638ccd7e531a4
---
M src/msgb.c
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/61/7161/1

diff --git a/src/msgb.c b/src/msgb.c
index faef09e..48ef25a 100644
--- a/src/msgb.c
+++ b/src/msgb.c
@@ -38,7 +38,7 @@
  *  	  * headroom, i.e. space in front of the message, to allow
  *  	    for additional headers being pushed in front of the current
  *  	    data
- *  	  * the curently occupied data for the message
+ *  	  * the currently occupied data for the message
  *  	  * tailroom, i.e. space at the end of the message, to
  *  	    allow more data to be added after the end of the current
  *  	    data
@@ -98,7 +98,7 @@
 }
 
 /*! Release given message buffer
- * \param[in] m Message buffer to be free'd
+ * \param[in] m Message buffer to be freed
  */
 void msgb_free(struct msgb *m)
 {
@@ -144,7 +144,7 @@
  *  \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
+ * message buffer, i.e. remove all headroom and treat the msgb as
  * completely empty.  It also initializes the control buffer to zero.
  */
 void msgb_reset(struct msgb *msg)

-- 
To view, visit https://gerrit.osmocom.org/7161
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b473aadaa22d95f2a8cc87580c638ccd7e531a4
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>



More information about the gerrit-log mailing list