From 8820136bd27bc928de740aec6a7a20b8c992e64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Mon, 19 Jun 2017 15:26:08 +0000 Subject: [PATCH] [NTOS]: Fix typos. svn path=/trunk/; revision=75132 --- reactos/ntoskrnl/include/internal/ob_x.h | 2 +- reactos/ntoskrnl/include/internal/ps_x.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/include/internal/ob_x.h b/reactos/ntoskrnl/include/internal/ob_x.h index 7f2674454a9..587b82ebc61 100644 --- a/reactos/ntoskrnl/include/internal/ob_x.h +++ b/reactos/ntoskrnl/include/internal/ob_x.h @@ -2,7 +2,7 @@ * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory * FILE: ntoskrnl/include/internal/ob_x.h -* PURPOSE: Intenral Inlined Functions for the Object Manager +* PURPOSE: Internal Inlined Functions for the Object Manager * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/ps_x.h b/reactos/ntoskrnl/include/internal/ps_x.h index 8a63b73a97f..c81e50bc13f 100644 --- a/reactos/ntoskrnl/include/internal/ps_x.h +++ b/reactos/ntoskrnl/include/internal/ps_x.h @@ -2,7 +2,7 @@ * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory * FILE: ntoskrnl/include/internal/ps_x.h -* PURPOSE: Intenral Inlined Functions for the Process Manager +* PURPOSE: Internal Inlined Functions for the Process Manager * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Thomas Weidenmueller (w3seek@reactos.org) */