summaryrefslogtreecommitdiff
path: root/bl31/runtime_svc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bl31/runtime_svc.c')
-rw-r--r--bl31/runtime_svc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl31/runtime_svc.c b/bl31/runtime_svc.c
index fd64c824..5b7a21cd 100644
--- a/bl31/runtime_svc.c
+++ b/bl31/runtime_svc.c
@@ -110,7 +110,7 @@ void runtime_svc_init(void)
}
/*
- * The runtime service may have seperate rt_svc_desc_t
+ * The runtime service may have separate rt_svc_desc_t
* for its fast smc and standard smc. Since the service itself
* need to be initialized only once, only one of them will have
* an initialisation routine defined. Call the initialisation