aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-ganc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/osmo-ganc')
-rw-r--r--openbsc/src/osmo-ganc/ganc_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-ganc/ganc_server.c b/openbsc/src/osmo-ganc/ganc_server.c
index ef29a6eac..675d3b330 100644
--- a/openbsc/src/osmo-ganc/ganc_server.c
+++ b/openbsc/src/osmo-ganc/ganc_server.c
@@ -407,7 +407,7 @@ static int rx_rc_deregister(struct gan_peer *peer, struct msgb *msg,
/* Release all resources, MS will TCP disconnect */
peer->flags &= ~GAN_PF_REGISTERED;
- /* not all MS really close the TPC connection, we have to
+ /* not all MS really close the TCP connection, we have to
* release the TCP connection locally by release_timer! */
return 0;
}