aboutsummaryrefslogtreecommitdiff
path: root/clients/net-snk/app/biosemu/device.h
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-03-06 13:49:26 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-03-28 18:53:20 +1100
commite8124ca96e34f702fbbf60925461a5f9857b46a1 (patch)
tree47ea2106258853bb12d7bdadce66cdbdda72c0ae /clients/net-snk/app/biosemu/device.h
parent8f6b2217b0fff8bc9ef07f7e11b6c323fd3f5b78 (diff)
downloadSLOF-e8124ca96e34f702fbbf60925461a5f9857b46a1.zip
SLOF-e8124ca96e34f702fbbf60925461a5f9857b46a1.tar.gz
SLOF-e8124ca96e34f702fbbf60925461a5f9857b46a1.tar.bz2
Fix typos in the clients folder
Found with the "codespell" utility Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'clients/net-snk/app/biosemu/device.h')
-rw-r--r--clients/net-snk/app/biosemu/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/net-snk/app/biosemu/device.h b/clients/net-snk/app/biosemu/device.h
index 425dd3c..65c17ae 100644
--- a/clients/net-snk/app/biosemu/device.h
+++ b/clients/net-snk/app/biosemu/device.h
@@ -141,7 +141,7 @@ in16le(void *addr)
return val;
}
-/* debug function, dumps HID1 and HID4 to detect wether caches are on/off */
+/* debug function, dumps HID1 and HID4 to detect whether caches are on/off */
static inline void
dumpHID(void)
{