diff options
Diffstat (limited to 'drivers/mga_vid.c')
-rw-r--r-- | drivers/mga_vid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mga_vid.c b/drivers/mga_vid.c index e187c3c18d..3b8ebac0a6 100644 --- a/drivers/mga_vid.c +++ b/drivers/mga_vid.c @@ -1518,7 +1518,7 @@ static int mga_vid_open(struct inode *inode, struct file *file) // we are not using devfs, use the minor // number to specify the card we are using - // we dont have that many cards + // we don't have that many cards if(minor >= mga_cards_num) return(-ENXIO); |