aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_libgtp.c
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2016-02-15 13:45:27 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:10 +0100
commitcf1707af7ff594b7818e8171d7a1ec4ebe1a8f60 (patch)
treeaf0d8ca76ae2259b581ed2bf38db3678332191e2 /openbsc/src/gprs/sgsn_libgtp.c
parentd6d0d8b86fb16fd5a8d6090d26b6b7848a8281ce (diff)
gprs: Fix some misleading comments
Diffstat (limited to 'openbsc/src/gprs/sgsn_libgtp.c')
-rw-r--r--openbsc/src/gprs/sgsn_libgtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/sgsn_libgtp.c b/openbsc/src/gprs/sgsn_libgtp.c
index 4b98fbbcc..2553441e6 100644
--- a/openbsc/src/gprs/sgsn_libgtp.c
+++ b/openbsc/src/gprs/sgsn_libgtp.c
@@ -415,7 +415,7 @@ static int delete_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
/* Deactivate the SNDCP layer */
sndcp_sm_deactivate_ind(&pctx->mm->gb.llme->lle[pctx->sapi], pctx->nsapi);
} else {
- /* Activate a radio bearer */
+ /* Dectivate a radio bearer */
gprs_iu_rab_deact(&pctx->mm);
}