aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/bsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-09 21:07:43 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-18 23:40:06 +0200
commit378a492fd9e815ceb8151c05445de9315835975d (patch)
treed6c9699b2bae41fd2e0b1f38141f6a310581bf99 /openbsc/tests/bsc
parent0b607297e6fe273fdc49d5d60acbd0b1b42465d7 (diff)
cosmetic: various comment, whitespace tweaks
Diffstat (limited to 'openbsc/tests/bsc')
-rw-r--r--openbsc/tests/bsc/bsc_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/bsc/bsc_test.c b/openbsc/tests/bsc/bsc_test.c
index d032f61b4..cc4565246 100644
--- a/openbsc/tests/bsc/bsc_test.c
+++ b/openbsc/tests/bsc/bsc_test.c
@@ -139,7 +139,7 @@ static void test_scan(void)
conn->bts = bts;
conn->sccp_con = sccp_con;
- /* start testinh with proper messages */
+ /* start testing with proper messages */
printf("Testing BTS<->MSC message scan.\n");
for (i = 0; i < ARRAY_SIZE(test_scan_defs); ++i) {
const struct test_definition *test_def = &test_scan_defs[i];