summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-11-22 11:35:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-11-22 11:35:59 +0000
commit3432959e07e6d4aa6112ed19c1417306bbdf1717 (patch)
treee063a8cb035eaa3c67d6da60566c5bc2d6ac6e5a /sys/dev
parent03d285abac8003ad6bf77efe795437dcd6172d73 (diff)
com not pccom; ok miod
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pcmcia/cfxga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/cfxga.c b/sys/dev/pcmcia/cfxga.c
index 2132820295a..970505e9bab 100644
--- a/sys/dev/pcmcia/cfxga.c
+++ b/sys/dev/pcmcia/cfxga.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cfxga.c,v 1.16 2007/09/11 13:39:33 gilles Exp $ */
+/* $OpenBSD: cfxga.c,v 1.17 2008/11/22 11:35:58 deraadt Exp $ */
/*
* Copyright (c) 2005, 2006, Matthieu Herrb and Miodrag Vallat
@@ -306,7 +306,7 @@ out:
cfxga_remove_function(pf);
/*
- * Be sure to return a value greater than pccom's if we match,
+ * Be sure to return a value greater than com's if we match,
* otherwise it can win due to the way config(8) will order devices...
*/
return (id == PRODUCT_S1D13806 ? 10 : 0);