From a50d2c5dfdb50ae62d4a4aec81c6bbdf72f08542 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 28 Sep 2025 19:39:28 -0400 Subject: kern: io: Fix typo in header guard Signed-off-by: Ian Moffett --- src/sys/include/io/cons/consvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys/include/io/cons') diff --git a/src/sys/include/io/cons/consvar.h b/src/sys/include/io/cons/consvar.h index c4d7b5c..91cb53a 100644 --- a/src/sys/include/io/cons/consvar.h +++ b/src/sys/include/io/cons/consvar.h @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _CONS_CONVAR_H_ +#ifndef _CONS_CONSVAR_H_ #define _CONS_CONSVAR_H_ #include -- cgit v1.2.3