From 9e57a5a6974e92a2df73f9009f793c1a1f6206d9 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 21 Dec 2015 11:20:14 +0100 Subject: some comments / fixed typos --- src/gsm/lapd_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gsm/lapd_core.c b/src/gsm/lapd_core.c index 8c5fe9c6..c59b0754 100644 --- a/src/gsm/lapd_core.c +++ b/src/gsm/lapd_core.c @@ -1940,7 +1940,7 @@ static int lapd_susp_req(struct osmo_dlsap_prim *dp, struct lapd_msg_ctx *lctx) return send_dl_simple(PRIM_DL_SUSP, PRIM_OP_CONFIRM, &dl->lctx); } -/* requesst resume or reconnect of link */ +/* request, resume or reconnect of link */ static int lapd_res_req(struct osmo_dlsap_prim *dp, struct lapd_msg_ctx *lctx) { struct lapd_datalink *dl = lctx->dl; -- cgit v1.2.3