From 57e8a1fee0316ca97b8fea83c3a5af94056c15fd Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sun, 25 Sep 2016 15:18:39 +0200 Subject: [PATCH] cosmetic: comment typo on e1_config.c Change-Id: I894adf562670abf26665a1eb09592682ab8b31b5 --- openbsc/src/libbsc/e1_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/libbsc/e1_config.c b/openbsc/src/libbsc/e1_config.c index d82b009c7..803772b0d 100644 --- a/openbsc/src/libbsc/e1_config.c +++ b/openbsc/src/libbsc/e1_config.c @@ -37,7 +37,7 @@ #define SAPI_OML 62 #define SAPI_RSL 0 /* 63 ? */ -/* The e1_reconfig_*() functions below tale the configuration present in the +/* The e1_reconfig_*() functions below take the configuration present in the * bts/trx/ts data structures and ensure the E1 configuration reflects the * timeslot/subslot/TEI configuration */