diff options
author | 2016-08-21 14:41:51 +0000 | |
---|---|---|
committer | 2016-08-21 14:41:51 +0000 | |
commit | 93c65e9c5caeeba3902aa743fda083d59f4d7b29 (patch) | |
tree | 992b25e4db76d2a7acb9784c9d1640410f96b71b | |
parent | fix obvious typo in the .Dt section number (diff) | |
download | wireguard-openbsd-93c65e9c5caeeba3902aa743fda083d59f4d7b29.tar.xz wireguard-openbsd-93c65e9c5caeeba3902aa743fda083d59f4d7b29.zip |
Fix a pasto in a comment.
-rw-r--r-- | sys/dev/ofw/ofw_pinctrl.h | 4 | ||||
-rw-r--r-- | sys/dev/ofw/ofw_regulator.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ofw/ofw_pinctrl.h b/sys/dev/ofw/ofw_pinctrl.h index 503beef0c22..4a940d4c955 100644 --- a/sys/dev/ofw/ofw_pinctrl.h +++ b/sys/dev/ofw/ofw_pinctrl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ofw_pinctrl.h,v 1.1 2016/08/06 17:12:34 kettenis Exp $ */ +/* $OpenBSD: ofw_pinctrl.h,v 1.2 2016/08/21 14:41:51 kettenis Exp $ */ /* * Copyright (c) 2016 Mark Kettenis * @@ -24,4 +24,4 @@ int pinctrl_byphandle(uint32_t); int pinctrl_byid(int, int); int pinctrl_byname(int, const char *); -#endif /* _DEV_OFW_GPIO_H_ */ +#endif /* _DEV_OFW_PINCTRL_H_ */ diff --git a/sys/dev/ofw/ofw_regulator.h b/sys/dev/ofw/ofw_regulator.h index f4f7976e983..26ce47d28d3 100644 --- a/sys/dev/ofw/ofw_regulator.h +++ b/sys/dev/ofw/ofw_regulator.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ofw_regulator.h,v 1.1 2016/08/13 10:52:21 kettenis Exp $ */ +/* $OpenBSD: ofw_regulator.h,v 1.2 2016/08/21 14:41:51 kettenis Exp $ */ /* * Copyright (c) 2016 Mark Kettenis * @@ -21,4 +21,4 @@ int regulator_enable(uint32_t); int regulator_disable(uint32_t); -#endif /* _DEV_OFW_GPIO_H_ */ +#endif /* _DEV_OFW_REGULATOR_H_ */ |