aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-08-08 08:16:06 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-08-08 08:16:06 +0000
commit04389c855e56d1715637fa43575ec13455a68b2e (patch)
tree613f325db58b100db67f2a334f0cde2f6cae7cd9 /sys/dev/gpio
parent54247ce1f96f04d16f1429007bac3607c8a0a39e (diff)
Diffstat (limited to 'sys/dev/gpio')
-rw-r--r--sys/dev/gpio/gpio_if.m6
-rw-r--r--sys/dev/gpio/gpiobus_if.m6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/gpio/gpio_if.m b/sys/dev/gpio/gpio_if.m
index 70838cd1042b..4a97f532b1e2 100644
--- a/sys/dev/gpio/gpio_if.m
+++ b/sys/dev/gpio/gpio_if.m
@@ -85,7 +85,7 @@ METHOD int pin_max {
};
#
-# Set value of pin specifed by pin_num
+# Set value of pin specified by pin_num
#
METHOD int pin_set {
device_t dev;
@@ -94,7 +94,7 @@ METHOD int pin_set {
};
#
-# Get value of pin specifed by pin_num
+# Get value of pin specified by pin_num
#
METHOD int pin_get {
device_t dev;
@@ -103,7 +103,7 @@ METHOD int pin_get {
};
#
-# Toggle value of pin specifed by pin_num
+# Toggle value of pin specified by pin_num
#
METHOD int pin_toggle {
device_t dev;
diff --git a/sys/dev/gpio/gpiobus_if.m b/sys/dev/gpio/gpiobus_if.m
index ee926d5b96f0..63324645a4de 100644
--- a/sys/dev/gpio/gpiobus_if.m
+++ b/sys/dev/gpio/gpiobus_if.m
@@ -49,7 +49,7 @@ METHOD void release_bus {
};
#
-# Set value of pin specifed by pin_num
+# Set value of pin specified by pin_num
#
METHOD int pin_set {
device_t dev;
@@ -59,7 +59,7 @@ METHOD int pin_set {
};
#
-# Get value of pin specifed by pin_num
+# Get value of pin specified by pin_num
#
METHOD int pin_get {
device_t dev;
@@ -69,7 +69,7 @@ METHOD int pin_get {
};
#
-# Toggle value of pin specifed by pin_num
+# Toggle value of pin specified by pin_num
#
METHOD int pin_toggle {
device_t dev;