diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-28 19:39:28 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-28 19:39:28 -0400 |
commit | a50d2c5dfdb50ae62d4a4aec81c6bbdf72f08542 (patch) | |
tree | 2de3414da6f86bfa32ae1b0ca3c8734a2bf808b3 /src | |
parent | 21f008676433d426c255bf782780081bb72a4cfa (diff) |
kern: io: Fix typo in header guard
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/sys/include/io/cons/consvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h> |