aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2009-12-18 18:28:07 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-12-19 03:21:51 +0100
commit1d9efd6c9c318ec2ffdff537d80fbaf78f8a92c4 (patch)
tree9566b192f5aad80e2a527cd1930414bce7da9ba7 /openbsc
parent18750cf1df7d7a134c5dbfc2544800f746927bb0 (diff)
Fix typos in debug message / comments
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/gsm_04_11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gsm_04_11.c b/openbsc/src/gsm_04_11.c
index 4930e5c85..a87c6ed3d 100644
--- a/openbsc/src/gsm_04_11.c
+++ b/openbsc/src/gsm_04_11.c
@@ -173,7 +173,7 @@ static int gsm411_cp_sendmsg(struct msgb *msg, struct gsm_trans *trans,
DEBUGP(DSMS, "TX: CP-ACK ");
break;
case GSM411_MT_CP_ERROR:
- DEBUGP(DSMS, "TX: CP-ACK ");
+ DEBUGP(DSMS, "TX: CP-ERROR ");
break;
}