aboutsummaryrefslogtreecommitdiffstats
path: root/src/r2000/r2000.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-09-03 19:13:21 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2017-09-03 19:13:21 +0200
commitd28a5df024cc864edcedb4ac84c283938711146e (patch)
tree163e1effe0b2c757c7d49998992894ef79c6cd9b /src/r2000/r2000.c
parent9205767f9450fd4a792ee93d8db25b9cfe4109ca (diff)
R2000: Minor fix in channel description
Diffstat (limited to 'src/r2000/r2000.c')
-rw-r--r--src/r2000/r2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r2000/r2000.c b/src/r2000/r2000.c
index 682425e..3405870 100644
--- a/src/r2000/r2000.c
+++ b/src/r2000/r2000.c
@@ -197,7 +197,7 @@ static struct r2000_channels {
} r2000_channels[] = {
{ CHAN_TYPE_CC, "CC", "control channel" },
{ CHAN_TYPE_TC, "TC", "taffic channel" },
- { CHAN_TYPE_CC_TC, "CC/TC","combined control & taffic" },
+ { CHAN_TYPE_CC_TC, "CC/TC","combined control & taffic channel" },
{ 0, NULL, NULL }
};