aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcf/pcf_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pcf/pcf_isa.c')
-rw-r--r--sys/dev/pcf/pcf_isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pcf/pcf_isa.c b/sys/dev/pcf/pcf_isa.c
index 70c3efe8f707..ca63583879a5 100644
--- a/sys/dev/pcf/pcf_isa.c
+++ b/sys/dev/pcf/pcf_isa.c
@@ -112,7 +112,7 @@ pcf_isa_probe(device_t dev)
if ((error = resource_int_value(PCF_NAME, 0, "port", &port) != 0))
return (error);
- /* Probe is only successfull for the specified base io */
+ /* Probe is only successful for the specified base io */
if (port != (u_int)start)
return (ENXIO);