summaryrefslogtreecommitdiff
path: root/source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c
diff options
context:
space:
mode:
authorConor Kennedy <conor.kennedy@arm.com>2023-02-13 10:50:40 +0000
committerConor Kennedy <conor.kennedy@arm.com>2023-02-13 15:47:33 +0000
commit5cf8e74e702e3d5278c898202cc25b04b812d87a (patch)
treed13ebf0a0a3bc7d7b8bce9dfdc8e77560bb92e71 /source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c
parent5b4fea129b2f738fc877916111908b955ad07d5a (diff)
downloadml-embedded-evaluation-kit-5cf8e74e702e3d5278c898202cc25b04b812d87a.tar.gz
MLECO-2709: Inclusive language update
* Update various files to use inclusive language Signed-off-by: Conor Kennedy <conor.kennedy@arm.com> Change-Id: I538f61a400e1d58acb6397bb5e2ba3d912196314
Diffstat (limited to 'source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c')
-rw-r--r--source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c b/source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c
index 1a10bad..cfbb386 100644
--- a/source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c
+++ b/source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c
@@ -1,5 +1,5 @@
/*
- * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
+ * SPDX-FileCopyrightText: Copyright 2022-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -203,7 +203,7 @@ void GLCD_DrawChar(
{
unsigned int i, j, k, pixs;
- /* Sanity check: out of bounds? */
+ /* Heatlh check: out of bounds? */
if ((x + cw) > GLCD_WIDTH || (y + ch) > GLCD_HEIGHT) {
return;
}