smc: Fix a typo in the smc code

This commit is contained in:
Holger Hans Peter Freyther 2012-11-13 22:29:35 +01:00
parent d38e0ef82a
commit 866fc919ac
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ static int gsm411_tx_cp_error(struct gsm411_smc_inst *inst, uint8_t cause)
GSM411_MT_CP_ERROR);
}
/* etablish SMC connection */
/* establish SMC connection */
static int gsm411_mnsms_est_req(struct gsm411_smc_inst *inst, struct msgb *msg)
{
struct msgb *nmsg;