context: Fix typo in comment
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Mon, 18 Apr 2016 17:46:19 +0000 (10:46 -0700)
committerSoren Brinkmann <soren.brinkmann@xilinx.com>
Mon, 18 Apr 2016 17:46:50 +0000 (10:46 -0700)
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
common/context_mgmt.c

index 586d42a49efa664a4b144eda4c0b19225b144118..3ccbd0301e8b982ab3cf7a40b9241855dbb2e8e0 100644 (file)
@@ -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.