summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg/Unix/GdbRun.sh
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:07:18 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commit26cfe2c659348da1bcfde15624e002f751608a87 (patch)
treed027502d0022cf525cafc8e94d7e696b356f7965 /EmulatorPkg/Unix/GdbRun.sh
parentde949fdbcf38cade52c98b8f89d9ab88d2db0b47 (diff)
downloadedk2-26cfe2c659348da1bcfde15624e002f751608a87.tar.gz
edk2-26cfe2c659348da1bcfde15624e002f751608a87.tar.bz2
edk2-26cfe2c659348da1bcfde15624e002f751608a87.zip
EmulatorPkg/Unix: Fix various typos
Fix various typos in comments and documentation. Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-6-philmd@redhat.com>
Diffstat (limited to 'EmulatorPkg/Unix/GdbRun.sh')
-rw-r--r--EmulatorPkg/Unix/GdbRun.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/EmulatorPkg/Unix/GdbRun.sh b/EmulatorPkg/Unix/GdbRun.sh
index 8c761ff2c9..b050ad5e2c 100644
--- a/EmulatorPkg/Unix/GdbRun.sh
+++ b/EmulatorPkg/Unix/GdbRun.sh
@@ -62,8 +62,8 @@ define RemoveFirmwareSymbolFile
end
if gInXcode == 1
- # in Xcode the program is already runing. Issuing a run command
- # will cause a fatal debugger error. The break point sciprt that
+ # in Xcode the program is already running. Issuing a run command
+ # will cause a fatal debugger error. The break point script that
# is used to source this script sets gInCode to 1.
else
#