mirror of
				https://github.com/acidanthera/audk.git
				synced 2025-11-03 21:17:23 +01:00 
			
		
		
		
	Fix several typo issues.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Elvin Li <elvin.li@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15227 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
		
							parent
							
								
									fc4c7b30d9
								
							
						
					
					
						commit
						f07ccd0527
					
				@ -233,7 +233,7 @@ TerminalConInReadKeyStroke (
 | 
			
		||||
                                   pressed.
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                     Key be pressed matches a registered key.
 | 
			
		||||
  @retval FLASE                    Match failed.
 | 
			
		||||
  @retval FALSE                    Match failed.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -879,7 +879,7 @@ GetOneKeyFromSerial (
 | 
			
		||||
  @param  Input                The key will be input.
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If insert successfully.
 | 
			
		||||
  @retval FLASE                If Raw Data buffer is full before key insertion,
 | 
			
		||||
  @retval FALSE                If Raw Data buffer is full before key insertion,
 | 
			
		||||
                               and the key is lost.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
@ -896,7 +896,7 @@ RawFiFoInsertOneKey (
 | 
			
		||||
  @param  Output               The key will be removed.
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If insert successfully.
 | 
			
		||||
  @retval FLASE                If Raw Data FIFO buffer is empty before remove operation.
 | 
			
		||||
  @retval FALSE                If Raw Data FIFO buffer is empty before remove operation.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -911,7 +911,7 @@ RawFiFoRemoveOneKey (
 | 
			
		||||
  @param  TerminalDevice       Terminal driver private structure
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If Raw Data FIFO buffer is empty.
 | 
			
		||||
  @retval FLASE                If Raw Data FIFO buffer is not empty.
 | 
			
		||||
  @retval FALSE                If Raw Data FIFO buffer is not empty.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -925,7 +925,7 @@ IsRawFiFoEmpty (
 | 
			
		||||
  @param  TerminalDevice       Terminal driver private structure
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If Raw Data FIFO buffer is full.
 | 
			
		||||
  @retval FLASE                If Raw Data FIFO buffer is not full.
 | 
			
		||||
  @retval FALSE                If Raw Data FIFO buffer is not full.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -940,7 +940,7 @@ IsRawFiFoFull (
 | 
			
		||||
  @param  Key                  The key will be input.
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If insert successfully.
 | 
			
		||||
  @retval FLASE                If FIFO buffer is full before key insertion,
 | 
			
		||||
  @retval FALSE                If FIFO buffer is full before key insertion,
 | 
			
		||||
                               and the key is lost.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
@ -957,7 +957,7 @@ EfiKeyFiFoInsertOneKey (
 | 
			
		||||
  @param  Output               The key will be removed.
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If insert successfully.
 | 
			
		||||
  @retval FLASE                If FIFO buffer is empty before remove operation.
 | 
			
		||||
  @retval FALSE                If FIFO buffer is empty before remove operation.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -972,7 +972,7 @@ EfiKeyFiFoRemoveOneKey (
 | 
			
		||||
  @param  TerminalDevice       Terminal driver private structure
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If FIFO buffer is empty.
 | 
			
		||||
  @retval FLASE                If FIFO buffer is not empty.
 | 
			
		||||
  @retval FALSE                If FIFO buffer is not empty.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -986,7 +986,7 @@ IsEfiKeyFiFoEmpty (
 | 
			
		||||
  @param  TerminalDevice       Terminal driver private structure
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If FIFO buffer is full.
 | 
			
		||||
  @retval FLASE                If FIFO buffer is not full.
 | 
			
		||||
  @retval FALSE                If FIFO buffer is not full.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -1001,7 +1001,7 @@ IsEfiKeyFiFoFull (
 | 
			
		||||
  @param  Input                The key will be input.
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If insert successfully.
 | 
			
		||||
  @retval FLASE                If Unicode FIFO buffer is full before key insertion,
 | 
			
		||||
  @retval FALSE                If Unicode FIFO buffer is full before key insertion,
 | 
			
		||||
                               and the key is lost.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
@ -1032,7 +1032,7 @@ UnicodeFiFoRemoveOneKey (
 | 
			
		||||
  @param  TerminalDevice       Terminal driver private structure
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If Unicode FIFO buffer is empty.
 | 
			
		||||
  @retval FLASE                If Unicode FIFO buffer is not empty.
 | 
			
		||||
  @retval FALSE                If Unicode FIFO buffer is not empty.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -1046,7 +1046,7 @@ IsUnicodeFiFoEmpty (
 | 
			
		||||
  @param  TerminalDevice       Terminal driver private structure
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If Unicode FIFO buffer is full.
 | 
			
		||||
  @retval FLASE                If Unicode FIFO buffer is not full.
 | 
			
		||||
  @retval FALSE                If Unicode FIFO buffer is not full.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
 | 
			
		||||
@ -157,7 +157,7 @@ TerminalConInReadKeyStroke (
 | 
			
		||||
                                   pressed.
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                     Key be pressed matches a registered key.
 | 
			
		||||
  @retval FLASE                    Match failed.
 | 
			
		||||
  @retval FALSE                    Match failed.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -647,7 +647,7 @@ GetOneKeyFromSerial (
 | 
			
		||||
  @param  Input                The key will be input.
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If insert successfully.
 | 
			
		||||
  @retval FLASE                If Raw Data buffer is full before key insertion,
 | 
			
		||||
  @retval FALSE                If Raw Data buffer is full before key insertion,
 | 
			
		||||
                               and the key is lost.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
@ -682,7 +682,7 @@ RawFiFoInsertOneKey (
 | 
			
		||||
  @param  Output               The key will be removed.
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If insert successfully.
 | 
			
		||||
  @retval FLASE                If Raw Data FIFO buffer is empty before remove operation.
 | 
			
		||||
  @retval FALSE                If Raw Data FIFO buffer is empty before remove operation.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -716,7 +716,7 @@ RawFiFoRemoveOneKey (
 | 
			
		||||
  @param  TerminalDevice       Terminal driver private structure
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If Raw Data FIFO buffer is empty.
 | 
			
		||||
  @retval FLASE                If Raw Data FIFO buffer is not empty.
 | 
			
		||||
  @retval FALSE                If Raw Data FIFO buffer is not empty.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -737,7 +737,7 @@ IsRawFiFoEmpty (
 | 
			
		||||
  @param  TerminalDevice       Terminal driver private structure
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If Raw Data FIFO buffer is full.
 | 
			
		||||
  @retval FLASE                If Raw Data FIFO buffer is not full.
 | 
			
		||||
  @retval FALSE                If Raw Data FIFO buffer is not full.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -766,7 +766,7 @@ IsRawFiFoFull (
 | 
			
		||||
  @param  Key                  The key will be input.
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If insert successfully.
 | 
			
		||||
  @retval FLASE                If FIFO buffer is full before key insertion,
 | 
			
		||||
  @retval FALSE                If FIFO buffer is full before key insertion,
 | 
			
		||||
                               and the key is lost.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
@ -824,7 +824,7 @@ EfiKeyFiFoInsertOneKey (
 | 
			
		||||
  @param  Output               The key will be removed.
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If insert successfully.
 | 
			
		||||
  @retval FLASE                If FIFO buffer is empty before remove operation.
 | 
			
		||||
  @retval FALSE                If FIFO buffer is empty before remove operation.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -860,7 +860,7 @@ EfiKeyFiFoRemoveOneKey (
 | 
			
		||||
  @param  TerminalDevice       Terminal driver private structure
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If FIFO buffer is empty.
 | 
			
		||||
  @retval FLASE                If FIFO buffer is not empty.
 | 
			
		||||
  @retval FALSE                If FIFO buffer is not empty.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -881,7 +881,7 @@ IsEfiKeyFiFoEmpty (
 | 
			
		||||
  @param  TerminalDevice       Terminal driver private structure
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If FIFO buffer is full.
 | 
			
		||||
  @retval FLASE                If FIFO buffer is not full.
 | 
			
		||||
  @retval FALSE                If FIFO buffer is not full.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -910,7 +910,7 @@ IsEfiKeyFiFoFull (
 | 
			
		||||
  @param  Input                The key will be input.
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If insert successfully.
 | 
			
		||||
  @retval FLASE                If Unicode FIFO buffer is full before key insertion,
 | 
			
		||||
  @retval FALSE                If Unicode FIFO buffer is full before key insertion,
 | 
			
		||||
                               and the key is lost.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
@ -971,7 +971,7 @@ UnicodeFiFoRemoveOneKey (
 | 
			
		||||
  @param  TerminalDevice       Terminal driver private structure
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If Unicode FIFO buffer is empty.
 | 
			
		||||
  @retval FLASE                If Unicode FIFO buffer is not empty.
 | 
			
		||||
  @retval FALSE                If Unicode FIFO buffer is not empty.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
@ -992,7 +992,7 @@ IsUnicodeFiFoEmpty (
 | 
			
		||||
  @param  TerminalDevice       Terminal driver private structure
 | 
			
		||||
 | 
			
		||||
  @retval TRUE                 If Unicode FIFO buffer is full.
 | 
			
		||||
  @retval FLASE                If Unicode FIFO buffer is not full.
 | 
			
		||||
  @retval FALSE                If Unicode FIFO buffer is not full.
 | 
			
		||||
 | 
			
		||||
**/
 | 
			
		||||
BOOLEAN
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user