aboutsummaryrefslogtreecommitdiff
path: root/other-licence
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-03-06 13:49:27 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-03-28 18:53:23 +1100
commitadc561044f17d21c4d164cbe07068a3851450f8f (patch)
tree0074618444d341247e5e7350d830975c672d45b0 /other-licence
parente8124ca96e34f702fbbf60925461a5f9857b46a1 (diff)
downloadSLOF-adc561044f17d21c4d164cbe07068a3851450f8f.zip
SLOF-adc561044f17d21c4d164cbe07068a3851450f8f.tar.gz
SLOF-adc561044f17d21c4d164cbe07068a3851450f8f.tar.bz2
Fix remaining typos in various folders
Found with the "codespell" utility Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'other-licence')
-rw-r--r--other-licence/x86emu/x86emu_changes.diff4
-rwxr-xr-xother-licence/x86emu/x86emu_download.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/other-licence/x86emu/x86emu_changes.diff b/other-licence/x86emu/x86emu_changes.diff
index 52b971a..c4aa363 100644
--- a/other-licence/x86emu/x86emu_changes.diff
+++ b/other-licence/x86emu/x86emu_changes.diff
@@ -816,8 +816,8 @@ diff -u -u -r1.1 -r1.4
#define SYSMODE_PREFIX_REPNE 0x00000100
#define SYSMODE_PREFIX_DATA 0x00000200
#define SYSMODE_PREFIX_ADDR 0x00000400
-+//phueper: for REP(E|NE) Instructions, we need to decide wether it should be using
-+//the 32bit ECX register as or the 16bit CX register as count register
++// for REP(E|NE) Instructions, we need to decide whether it should be using
++// the 32bit ECX register or the 16bit CX register as count register
+#define SYSMODE_32BIT_REP 0x00000800
#define SYSMODE_INTR_PENDING 0x10000000
#define SYSMODE_EXTRN_INTR 0x20000000
diff --git a/other-licence/x86emu/x86emu_download.sh b/other-licence/x86emu/x86emu_download.sh
index d4feff9..0044738 100755
--- a/other-licence/x86emu/x86emu_download.sh
+++ b/other-licence/x86emu/x86emu_download.sh
@@ -18,7 +18,7 @@ SVN=`which svn`
PATCH=`which patch`
DIFF_FILE=./x86emu_changes.diff
-# check wether svn, patch, ... is available...
+# check whether svn, patch, ... is available...
if [ ! -x $SVN ]; then
echo "subversion executable not found!"