aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHermann Gausterer <git-openbsc-2012@mrq1.org>2012-07-18 17:44:02 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-04-07 20:08:15 +0200
commite6e816fc13bcdfcfb8ebd1861105592c980cb271 (patch)
tree3ef57a36a40744ebb67fc0abcf54e4b0404d627a
parenta932d42f49dcd906d7c74ef37af346b210033691 (diff)
ganc: TCP typo fix
Signed-off-by: Hermann Gausterer <git-openbsc-2012@mrq1.org>
-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;
}