diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-14 02:25:21 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-14 02:25:21 +0000 |
| commit | bab6337218a0090fe5f37181f5a032f2b002621f (patch) | |
| tree | d23203e7e5f4197185db476b667003376c1df4ca | |
| parent | d1fea89caedd6a3e1561bb5606fede3329f53a9e (diff) | |
Notes
| -rw-r--r-- | sys/pccard/pcic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index c628ce75fa2d..252689e138f5 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -703,7 +703,7 @@ pcic_power(struct slot *slt) slt->pwr.vcc = 50; break; default: - /* I have no idea how do do this for others */ + /* I have no idea how to do this for others */ break; } |
