summaryrefslogtreecommitdiff
path: root/source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c
diff options
context:
space:
mode:
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;
}