aboutsummaryrefslogtreecommitdiff
path: root/clients/net-snk/kernel/init.c
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/kernel/init.c
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/kernel/init.c')
-rw-r--r--clients/net-snk/kernel/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/net-snk/kernel/init.c b/clients/net-snk/kernel/init.c
index 1376b64..139572b 100644
--- a/clients/net-snk/kernel/init.c
+++ b/clients/net-snk/kernel/init.c
@@ -52,7 +52,7 @@ int _start_kernel(unsigned long p0, unsigned long p1)
for(rc=0; rc<FILEIO_MAX; ++rc)
fd_array[rc].type = FILEIO_TYPE_EMPTY;
- /* this is step is e.g. resposible to initialize file descriptor 0 and 1 for STDIO */
+ /* this is step is e.g. responsible to initialize file descriptor 0 and 1 for STDIO */
rc = of_glue_init(&timebase, (size_t)(unsigned long)&__client_start,
(size_t)(unsigned long)&__client_end - (size_t)(unsigned long)&__client_start);
if(rc < 0)