aboutsummaryrefslogtreecommitdiffstats
path: root/bl32/tsp/tsp_timer.c
diff options
context:
space:
mode:
authorPaul Beesley <paul.beesley@arm.com>2019-01-11 18:26:51 +0000
committerPaul Beesley <paul.beesley@arm.com>2019-01-15 15:16:02 +0000
commit8aabea3358670f26cfa9eb99f8cd935d928f6da0 (patch)
treed8c5c20d785e36d8d77b6ff06f000775a5a89236 /bl32/tsp/tsp_timer.c
parentfe77b53e32692fc5d35df208e2b3d21a28f6228b (diff)
downloadplatform_external_arm-trusted-firmware-8aabea3358670f26cfa9eb99f8cd935d928f6da0.tar.gz
platform_external_arm-trusted-firmware-8aabea3358670f26cfa9eb99f8cd935d928f6da0.tar.bz2
platform_external_arm-trusted-firmware-8aabea3358670f26cfa9eb99f8cd935d928f6da0.zip
Correct typographical errors
Corrects typos in core code, documentation files, drivers, Arm platforms and services. None of the corrections affect code; changes are limited to comments and other documentation. Change-Id: I5c1027b06ef149864f315ccc0ea473e2a16bfd1d Signed-off-by: Paul Beesley <paul.beesley@arm.com>
Diffstat (limited to 'bl32/tsp/tsp_timer.c')
-rw-r--r--bl32/tsp/tsp_timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bl32/tsp/tsp_timer.c b/bl32/tsp/tsp_timer.c
index 35928634d..d1ff2b0be 100644
--- a/bl32/tsp/tsp_timer.c
+++ b/bl32/tsp/tsp_timer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014-2015, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -80,7 +80,7 @@ void tsp_generic_timer_save(void)
}
/*******************************************************************************
- * This function restores the timer context post cpu resummption
+ * This function restores the timer context post cpu resumption
******************************************************************************/
void tsp_generic_timer_restore(void)
{