From 3b2750dc9e3aef8ae27f5a03f509cd6eb7ff0843 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 31 Dec 2002 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2002-12-31 --- pc/wavelan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc/wavelan.c b/pc/wavelan.c index 5198748f7e4e1fd5f539c37faf47fe6093156d14..26174c7913cb140998e5cb2ebc2f2637fd067948 100644 --- a/pc/wavelan.c +++ b/pc/wavelan.c @@ -793,7 +793,7 @@ w_ifstat(Ether* ether, void* a, long n, ulong offset) k = ((ctlr->state & Attached) ? "attached" : "not attached"); PRINTSTAT("Card %s", k); k = ((ctlr->state & Power) ? "on" : "off"); - PRINTSTAT("PCardower %s", k); + PRINTSTAT(", power %s", k); k = ((ctlr->txbusy)? ", txbusy" : ""); PRINTSTAT("%s\n", k);