summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-25 15:13:25 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-28 06:32:34 +0000
commit27b6bb0721f19078400da7e2cf00cc3cf74e4e69 (patch)
tree12c05ee4524750b48c1708e33eae271401eeef9f
parentd5ff9bb1aafe2db4d001baa2f906dcb1877c8403 (diff)
virt_phy: Fix typo in log message
-rw-r--r--src/host/virt_phy/src/l1ctl_sap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/virt_phy/src/l1ctl_sap.c b/src/host/virt_phy/src/l1ctl_sap.c
index aac49bf0..8944398c 100644
--- a/src/host/virt_phy/src/l1ctl_sap.c
+++ b/src/host/virt_phy/src/l1ctl_sap.c
@@ -563,7 +563,7 @@ static void l1ctl_rx_tbf_cfg_req(struct l1_model_ms *ms, struct msgb *msg)
}
if (ms->state.state == MS_STATE_DEDICATED)
- LOGPMS(DL1C, LOGL_NOTICE, ms, "Harrd termiation of DEDICATED mode, fix L23!\n");
+ LOGPMS(DL1C, LOGL_NOTICE, ms, "Hard termination of DEDICATED mode, fix L23!\n");
if (cfg_req->is_uplink) {
for (i = 0; i < 8; i++)