summaryrefslogtreecommitdiff
path: root/lib/optee/optee_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/optee/optee_utils.c')
-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;