summaryrefslogtreecommitdiffstats
path: root/share/examples/drivers/make_device_driver.sh
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/drivers/make_device_driver.sh')
-rwxr-xr-xshare/examples/drivers/make_device_driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/drivers/make_device_driver.sh b/share/examples/drivers/make_device_driver.sh
index 2acea33..d7b9259 100755
--- a/share/examples/drivers/make_device_driver.sh
+++ b/share/examples/drivers/make_device_driver.sh
@@ -485,7 +485,7 @@ ${1}_isa_probe (device_t device)
/*rid*/0, membase, memsize);
/*
* We found one, return non-positive numbers..
- * Return -N if we cant handle it, but not well.
+ * Return -N if we can't handle it, but not well.
* Return -2 if we would LIKE the device.
* Return -1 if we want it a lot.
* Return 0 if we MUST get the device.
OpenPOWER on IntegriCloud