summaryrefslogtreecommitdiff
path: root/kernel/tor2.c
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-02-27 21:57:44 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-02-27 21:57:44 +0000
commitde841f621272ba0c7872a1e0fccf2dd928012325 (patch)
tree8fbc02e74667ce1cffa05ad26e11172b49a2a1e3 /kernel/tor2.c
parent48867670d7a7c455116edb347e479401f09a86ce (diff)
* torisa.c: Report the correct E1/T1 .
* tor2.c: fix a typo in the span description string. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3888 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'kernel/tor2.c')
-rw-r--r--kernel/tor2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/tor2.c b/kernel/tor2.c
index 55939e2..cbff7a2 100644
--- a/kernel/tor2.c
+++ b/kernel/tor2.c
@@ -269,7 +269,7 @@ static void init_spans(struct tor2 *tor)
for (x = 0; x < SPANS_PER_CARD; x++) {
sprintf(tor->spans[x].name, "Tor2/%d/%d", tor->num, x + 1);
snprintf(tor->spans[x].desc, sizeof(tor->spans[x].desc) - 1,
- "Tormenta 2 (PCI) fQuad %s Card %d Span %d",
+ "Tormenta 2 (PCI) Quad %s Card %d Span %d",
(tor->cardtype == TYPE_T1) ? "T1" : "E1", tor->num, x + 1);
tor->spans[x].manufacturer = "Digium";
zap_copy_string(tor->spans[x].devicetype, tor->type, sizeof(tor->spans[x].devicetype));