mirror of
				https://git.proxmox.com/git/mirror_edk2
				synced 2025-10-31 18:54:02 +00:00 
			
		
		
		
	 1825c24fd8
			
		
	
	
		1825c24fd8
		
	
	
	
	
		
			
			Fix various typos in comments and documentation. Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-73-philmd@redhat.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			531 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			531 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // /** @file
 | |
| // Debug Communication Library instance based on serial port.
 | |
| //
 | |
| // Debug Communication Library instance based on serial port.
 | |
| //
 | |
| // Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
 | |
| //
 | |
| // SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| //
 | |
| // **/
 | |
| 
 | |
| 
 | |
| #string STR_MODULE_ABSTRACT             #language en-US "Debug Communication Library instance based on serial port"
 | |
| 
 | |
| #string STR_MODULE_DESCRIPTION          #language en-US "Debug Communication Library instance based on serial port."
 | |
| 
 |