diff options
| -rw-r--r-- | sys/src/9/pc/ethervirtio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/ethervirtio.c b/sys/src/9/pc/ethervirtio.c index 69f2713e6..9392f327d 100644 --- a/sys/src/9/pc/ethervirtio.c +++ b/sys/src/9/pc/ethervirtio.c @@ -543,7 +543,7 @@ pciprobe(int typ) for(p = nil; p = pcimatch(p, 0, 0);){ if(p->vid != 0x1AF4) continue; - /* the two possible DIDs for virtio-net + /* the two possible DIDs for virtio-net */ if(p->did != 0x1000 && p->did != 0x1041) continue; /* non-transitional devices will have a revision > 0 */ |
