mirror of
				https://github.com/acidanthera/audk.git
				synced 2025-11-04 05:25:45 +01:00 
			
		
		
		
	Fix various typos in documentation, comments and strings. Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: David Woodhouse <dwmw2@infradead.org> Acked-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-56-philmd@redhat.com>
		
			
				
	
	
		
			21 lines
		
	
	
		
			512 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			512 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// /** @file
 | 
						|
// Legacy Boot Maintenance UI module is library for BDS phase.
 | 
						|
//
 | 
						|
// Legacy Boot Maintenance UI module is library for BDS phase.
 | 
						|
//
 | 
						|
// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
 | 
						|
//
 | 
						|
// SPDX-License-Identifier: BSD-2-Clause-Patent
 | 
						|
//
 | 
						|
// **/
 | 
						|
 | 
						|
#string STR_MODULE_ABSTRACT
 | 
						|
#language en-US
 | 
						|
"Legacy Boot Maintenance UI module is library for BDS phase."
 | 
						|
 | 
						|
#string STR_MODULE_DESCRIPTION
 | 
						|
#language en-US
 | 
						|
"Legacy Boot Maintenance UI module is library for BDS phase."
 | 
						|
 | 
						|
 |