From 9cd9a1eafacd899d2e07c90a62b602593fb154be Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 29 Jan 2023 00:25:25 +0100 Subject: [PATCH] Correct typos --- xtoskrnl/includes/kepfuncs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xtoskrnl/includes/kepfuncs.h b/xtoskrnl/includes/kepfuncs.h index 0be25e5..489fb73 100644 --- a/xtoskrnl/includes/kepfuncs.h +++ b/xtoskrnl/includes/kepfuncs.h @@ -1,13 +1,13 @@ /** * PROJECT: ExectOS * COPYRIGHT: See COPYING.md in the top level directory - * FILE: xtoskrnl/includes/kefuncs.h + * FILE: xtoskrnl/includes/kepfuncs.h * DESCRIPTION: Private routine definitions for kernel services * DEVELOPERS: Rafal Kupiec */ -#ifndef __XTOSKRNL_KEFUNCS_H -#define __XTOSKRNL_KEFUNCS_H +#ifndef __XTOSKRNL_KEPFUNCS_H +#define __XTOSKRNL_KEPFUNCS_H #include @@ -28,4 +28,4 @@ XTAPI VOID KepSwitchBootStack(IN ULONG_PTR Stack); -#endif /* __XTOSKRNL_KEFUNCS_H */ +#endif /* __XTOSKRNL_KEPFUNCS_H */