Fix typo "managment" -> "management" in our codebase...

... except for 3rd-party code or "official" names.
This commit is contained in:
Hermès Bélusca-Maïto 2023-05-29 22:35:34 +02:00
parent 13b1eadebb
commit 6db0d24fb6
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
10 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/ex/shutdown.c
* PURPOSE: Power managment
* PURPOSE: Power management
*
* PROGRAMMERS: David Welch (welch@cwcom.net)
*/

View file

@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/ke/i386/ldt.c
* PURPOSE: LDT managment
* PURPOSE: LDT management
*
* PROGRAMMERS: David Welch (welch@cwcom.net)
* Stefan Ginsberg (stefan.ginsberg@reactos.org)

View file

@ -2,7 +2,7 @@
* COPYRIGHT: GPL, See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/mm/amd64/procsup.c
* PURPOSE: Low level memory managment manipulation
* PURPOSE: Low level memory management manipulation
*
* PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org)
* ReactOS Portable Systems Group

View file

@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/mm/balance.c
* PURPOSE: kernel memory managment functions
* PURPOSE: kernel memory management functions
*
* PROGRAMMERS: David Welch (welch@cwcom.net)
* Cameron Gutman (cameron.gutman@reactos.org)

View file

@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/mm/i386/page.c
* PURPOSE: Low level memory managment manipulation
* PURPOSE: Low level memory management manipulation
*
* PROGRAMMERS: David Welch (welch@cwcom.net)
*/

View file

@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/mm/i386/pagepae.c
* PURPOSE: Low level memory managment manipulation
* PURPOSE: Low level memory management manipulation
*
* PROGRAMMERS: David Welch (welch@cwcom.net)
*/

View file

@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top directory
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/mm/mmfault.c
* PURPOSE: Kernel memory managment functions
* PURPOSE: Kernel memory management functions
* PROGRAMMERS: David Welch (welch@cwcom.net)
*/

View file

@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top directory
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/mm/rmap.c
* PURPOSE: Kernel memory managment functions
* PURPOSE: Kernel memory management functions
*
* PROGRAMMERS: David Welch (welch@cwcom.net)
*/

View file

@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/rtl/atom.c
* PURPOSE: Atom managment
* PURPOSE: Atom management
* PROGRAMMER: Thomas Weidenmueller
*/

View file

@ -111,7 +111,7 @@
#define GDI_OBJECT_GET_TYPE_INDEX(t) \
((t & GDI_HANDLE_BASETYPE_MASK) >> GDI_HANDLE_BASETYPE_SHIFT)
/* Gdi Object Handle Managment Pid lock masking sets. */
/* Gdi Object Handle Management Pid lock masking sets. */
/* Ref: used with DxEngSetDCOwner */
#define GDI_OBJ_HMGR_PUBLIC 0 /* Public owner, Open access? */
#define GDI_OBJ_HMGR_POWNED 0x80000002 /* Set to current owner. */