From 93c65e9c5caeeba3902aa743fda083d59f4d7b29 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sun, 21 Aug 2016 14:41:51 +0000 Subject: [PATCH] Fix a pasto in a comment. --- sys/dev/ofw/ofw_pinctrl.h | 4 ++-- 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_ */ -- 2.20.1