summaryrefslogtreecommitdiff
path: root/lib/optee
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-02-13 09:14:48 +0100
committerManish Pandey <manish.pandey2@arm.com>2023-05-09 15:57:12 +0100
commit1b491eead580d7849a45a38f2c6a935a5d8d1160 (patch)
tree5085dd0af7deed3a5a52dbcd82a78aa5cd96e888 /lib/optee
parent8557d491b6dbd6cbf27cc2ae6425f6cb29ca2c35 (diff)
fix(tree): correct some typos
found using codespell (https://github.com/codespell-project/codespell). Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6373
Diffstat (limited to 'lib/optee')
-rw-r--r--lib/optee/optee_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/optee/optee_utils.c b/lib/optee/optee_utils.c
index 25272fc94..6641db9af 100644
--- a/lib/optee/optee_utils.c
+++ b/lib/optee/optee_utils.c
@@ -180,7 +180,7 @@ int parse_optee_header(entry_point_info_t *header_ep,
/*
* Update "pc" value which should comes from pager image. After the
- * header image is parsed, it will be unuseful, and the actual
+ * header image is parsed, it will be useless, and the actual
* execution image after BL31 is pager image.
*/
header_ep->pc = pager_image_info->image_base;