Correct typos
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-01-29 00:25:25 +01:00
parent 29ec28fafe
commit 9cd9a1eafa
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -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 <belliash@codingworkshop.eu.org>
*/
#ifndef __XTOSKRNL_KEFUNCS_H
#define __XTOSKRNL_KEFUNCS_H
#ifndef __XTOSKRNL_KEPFUNCS_H
#define __XTOSKRNL_KEPFUNCS_H
#include <xtos.h>
@ -28,4 +28,4 @@ XTAPI
VOID
KepSwitchBootStack(IN ULONG_PTR Stack);
#endif /* __XTOSKRNL_KEFUNCS_H */
#endif /* __XTOSKRNL_KEPFUNCS_H */