Interface: Correct spell error
Signed-off-by: Edison Ai <edison.ai@arm.com>
Change-Id: Ib9cb3d83eee30d674d9806bc821ee67f002ff893
diff --git a/interface/include/tfm_api.h b/interface/include/tfm_api.h
index 09abc39..883eb5b 100644
--- a/interface/include/tfm_api.h
+++ b/interface/include/tfm_api.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2017-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -112,7 +112,7 @@
* \brief Call a secure function referenced by a connection handle.
*
* \param[in] handle Handle to connection.
- * \param[in] ctrl_param Parameter structure, includes reuqest type,
+ * \param[in] ctrl_param Parameter structure, includes request type,
* in_num and out_num.
* \param[in] in_vec Array of input \ref psa_invec structures.
* \param[in/out] out_vec Array of output \ref psa_outvec structures.