mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
Fix typos
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7379 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
bbc3c2d526
commit
65330ad394
@ -1,5 +1,5 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Declaration of internal functions in BaseLib.
|
Declaration of internal functions in BaseSynchronizationLib.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008, Intel Corporation<BR>
|
Copyright (c) 2006 - 2008, Intel Corporation<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef __BASE_LIB_INTERNALS__
|
#ifndef __BASE_SYNCHRONIZATION_LIB_INTERNALS__
|
||||||
#define __BASE_LIB_INTERNALS__
|
#define __BASE_SYNCHRONIZATION_LIB_INTERNALS__
|
||||||
|
|
||||||
#include <Base.h>
|
#include <Base.h>
|
||||||
#include <Library/SynchronizationLib.h>
|
#include <Library/SynchronizationLib.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user