From 1c87351bfd2a7cfd6bf87691426123c0dd7166c9 Mon Sep 17 00:00:00 2001
From: Soren Brinkmann <soren.brinkmann@xilinx.com>
Date: Mon, 18 Apr 2016 10:46:19 -0700
Subject: [PATCH] context: Fix typo in comment

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
---
 common/context_mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/context_mgmt.c b/common/context_mgmt.c
index 586d42a49..3ccbd0301 100644
--- a/common/context_mgmt.c
+++ b/common/context_mgmt.c
@@ -126,7 +126,7 @@ static void cm_init_context_common(cpu_context_t *ctx, const entry_point_info_t
 
 	/*
 	 * Set up SCTLR_ELx for the target exception level:
-	 * EE bit is taken from the entrpoint attributes
+	 * EE bit is taken from the entrypoint attributes
 	 * M, C and I bits must be zero (as required by PSCI specification)
 	 *
 	 * The target exception level is based on the spsr mode requested.
-- 
GitLab