From daa6cd876383ae16d17dc41e65635d8f9ac66d93 Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Sun, 10 Apr 2022 19:16:57 -0600 Subject: ArmPlatformPkg: Fix error message in Scripts/Ds5/edk2_debugger.py An error message in Scripts/Ds5/edk2_debugger.py was missing the word 'not'. Signed-off-by: Rebecca Cran Reviewed-by: Ard Biesheuvel --- ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py b/ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py index 9713f8bfac..4cd378dffd 100644 --- a/ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py +++ b/ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py @@ -222,4 +222,4 @@ class ArmPlatformDebugger: self.debug_info_table.load_all_symbols(self.verbose) except: # Debugger exception could be excepted if DRAM has not been initialized or if we have not started to run from DRAM yet - print "Note: no symbols have been found in System Memory (possible cause: the UEFI permanent memory has been installed yet)" + print "Note: no symbols have been found in System Memory (possible cause: the UEFI permanent memory has not been installed yet)" -- cgit v1.2.3