Change in libosmocore[master]: ns2: Fix typos in comments

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Jan 31 17:01:47 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/22570 )


Change subject: ns2: Fix typos in comments
......................................................................

ns2: Fix typos in comments

Change-Id: I155fd697e229621561f7d00204421ac941101d77
---
M include/osmocom/gprs/gprs_ns2.h
1 file changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/70/22570/1

diff --git a/include/osmocom/gprs/gprs_ns2.h b/include/osmocom/gprs/gprs_ns2.h
index 042e19b..1bf8c7f 100644
--- a/include/osmocom/gprs/gprs_ns2.h
+++ b/include/osmocom/gprs/gprs_ns2.h
@@ -48,7 +48,7 @@
 	GPRS_NS2_LL_FR_GRE,	/*!< NS/FR/GRE/IP */
 };
 
-/*! Osmocom NS primitives according to 48.016 5.2 Service primitves */
+/*! Osmocom NS primitives according to 48.016 5.2 Service primitives */
 enum gprs_ns2_prim {
 	GPRS_NS2_PRIM_UNIT_DATA,
 	GPRS_NS2_PRIM_CONGESTION,
@@ -66,7 +66,7 @@
 static inline const char *gprs_ns2_lltype_str(enum gprs_ns2_ll val)
 { return get_value_string(gprs_ns2_lltype_strs, val); }
 
-/*! Osmocom NS primitives according to 48.016 5.2.2.4 Service primitves */
+/*! Osmocom NS primitives according to 48.016 5.2.2.4 Service primitives */
 enum gprs_ns2_congestion_cause {
 	GPRS_NS2_CONG_CAUSE_BACKWARD_BEGIN,
 	GPRS_NS2_CONG_CAUSE_BACKWARD_END,
@@ -74,7 +74,7 @@
 	GPRS_NS2_CONG_CAUSE_FORWARD_END,
 };
 
-/*! Osmocom NS primitives according to 48.016 5.2.2.6 Service primitves */
+/*! Osmocom NS primitives according to 48.016 5.2.2.6 Service primitives */
 enum gprs_ns2_affecting_cause {
 	GPRS_NS2_AFF_CAUSE_VC_FAILURE,
 	GPRS_NS2_AFF_CAUSE_VC_RECOVERY,
@@ -88,11 +88,11 @@
 
 extern const struct value_string gprs_ns2_aff_cause_prim_strs[];
 
-/*! Obtain a human-readable string for NS affective cause in primitives */
+/*! Obtain a human-readable string for NS affecting cause in primitives */
 static inline const char *gprs_ns2_aff_cause_prim_str(enum gprs_ns2_affecting_cause val)
 { return get_value_string(gprs_ns2_aff_cause_prim_strs, val); }
 
-/*! Osmocom NS primitives according to 48.016 5.2.2.7 Service primitves */
+/*! Osmocom NS primitives according to 48.016 5.2.2.7 Service primitives */
 enum gprs_ns2_change_ip_endpoint {
 	GRPS_NS2_ENDPOINT_NO_CHANGE,
 	GPRS_NS2_ENDPOINT_REQUEST_CHANGE,

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/22570
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I155fd697e229621561f7d00204421ac941101d77
Gerrit-Change-Number: 22570
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210131/85e5c5da/attachment.htm>


More information about the gerrit-log mailing list