From 4f1c54aa0140a01a872ff1f56e9f290c1f009c18 Mon Sep 17 00:00:00 2001 From: Hermann Gausterer Date: Wed, 18 Jul 2012 17:44:02 +0200 Subject: ganc: TCP typo fix Signed-off-by: Hermann Gausterer --- openbsc/src/osmo-ganc/ganc_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3