aboutsummaryrefslogtreecommitdiff
path: root/board-js2x/rtas/rtas_flash.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-03-06 13:49:24 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-03-28 18:48:58 +1100
commitc4d03cf1a996904ec2ea42aa929f58e3fa33b934 (patch)
tree5a0930f5c65153fd18e3a36a73473d3c1578d006 /board-js2x/rtas/rtas_flash.c
parent1671c1847b6e8c4fc58175801a197f3129cda6a0 (diff)
downloadSLOF-c4d03cf1a996904ec2ea42aa929f58e3fa33b934.zip
SLOF-c4d03cf1a996904ec2ea42aa929f58e3fa33b934.tar.gz
SLOF-c4d03cf1a996904ec2ea42aa929f58e3fa33b934.tar.bz2
Fix typos in the board-js2x folder
Found with the "codespell" utility. I kept "busses" which codespell also complains about since it seems to be an old but still valid plural of the word "bus". Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'board-js2x/rtas/rtas_flash.c')
-rw-r--r--board-js2x/rtas/rtas_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board-js2x/rtas/rtas_flash.c b/board-js2x/rtas/rtas_flash.c
index 189878d..aa61603 100644
--- a/board-js2x/rtas/rtas_flash.c
+++ b/board-js2x/rtas/rtas_flash.c
@@ -496,7 +496,7 @@ rtas_update_flash(rtas_args_t *rtas_args)
#endif
/* from SLOF we pass a second (unofficial) parameter, if this parameter is 1, we do not
- * check wether we are on permanent side. Needed for update-flash -c to work! */
+ * check whether we are on permanent side. Needed for update-flash -c to work! */
if ((rtas_args->nargs > 1) && (rtas_args->args[1] == 1))
perm_check = 0;