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 */