mirror of https://github.com/acidanthera/audk.git
Fix typo in PalCallLib.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5573 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
443109389d
commit
69e0c59656
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
PAL Call Services
|
||||
|
||||
Copyright (c) 2006 -2007, Intel Corporation All rights
|
||||
Copyright (c) 2006 -2008, Intel Corporation All rights
|
||||
reserved. This program and the accompanying materials are
|
||||
licensed and made available under the terms and conditions of
|
||||
the BSD License which accompanies this distribution. The full
|
||||
|
@ -3123,7 +3123,7 @@ typedef struct {
|
|||
processor brand string shall be written.
|
||||
|
||||
|
||||
@reture R9 Brand information returned. The format of this
|
||||
@return R9 Brand information returned. The format of this
|
||||
value is dependent on the input values passed.
|
||||
|
||||
|
||||
|
@ -3165,7 +3165,7 @@ typedef struct {
|
|||
the R10 return value.
|
||||
|
||||
|
||||
@reture R9 Unsigned 64-bit integer representing the current
|
||||
@return R9 Unsigned 64-bit integer representing the current
|
||||
hardware resource sharing policy.
|
||||
|
||||
@return R10 Unsigned 64-bit integer that returns the number
|
||||
|
|
Loading…
Reference in New Issue