Module Name: src Committed By: jakllsch Date: Sat Aug 13 16:04:09 UTC 2011
Modified Files: src/sys/dev/pci: jmide.c Log Message: Make correct spelling in comments a higher priority. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/jmide.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/jmide.c diff -u src/sys/dev/pci/jmide.c:1.10 src/sys/dev/pci/jmide.c:1.11 --- src/sys/dev/pci/jmide.c:1.10 Mon Apr 4 20:37:56 2011 +++ src/sys/dev/pci/jmide.c Sat Aug 13 16:04:09 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: jmide.c,v 1.10 2011/04/04 20:37:56 dyoung Exp $ */ +/* $NetBSD: jmide.c,v 1.11 2011/08/13 16:04:09 jakllsch Exp $ */ /* * Copyright (c) 2007 Manuel Bouyer. @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: jmide.c,v 1.10 2011/04/04 20:37:56 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: jmide.c,v 1.11 2011/08/13 16:04:09 jakllsch Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -135,7 +135,7 @@ if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_JMICRON) { if (jmide_lookup(pa->pa_id)) - return (4); /* highter than ahcisata */ + return (4); /* higher than ahcisata */ } return (0); }