gprs: Fix typo in the comment

This commit is contained in:
Holger Hans Peter Freyther
2014-10-27 10:24:37 +01:00
parent 6a1d428f56
commit 19e990d6a7

View File

@@ -392,7 +392,7 @@ static void drop_one_pdp(struct sgsn_pdp_ctx *pdp)
}
/* High-level function to be called in case a GGSN has disappeared or
* ottherwise lost state (recovery procedure) */
* otherwise lost state (recovery procedure) */
int drop_all_pdp_for_ggsn(struct sgsn_ggsn_ctx *ggsn)
{
struct sgsn_mm_ctx *mm;