summaryrefslogtreecommitdiffstats
path: root/src/include/sys/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/sys/task.h')
-rw-r--r--src/include/sys/task.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/sys/task.h b/src/include/sys/task.h
index 9b19a3b4e..f3780b354 100644
--- a/src/include/sys/task.h
+++ b/src/include/sys/task.h
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2010,2014 */
+/* Contributors Listed Below - COPYRIGHT 2010,2015 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -100,7 +102,7 @@ tid_t task_gettid();
* This function is simply for debug / tracing purposes. At the time this
* function call returns, or any time afterwards, a pre-emptive context
* switch could occur and the task could be migrated to another CPU when
- * execution resumes. Therefore there is no guarentee that the return
+ * execution resumes. Therefore there is no guarantee that the return
* value is valid at anytime after this function returns.
*/
cpuid_t task_getcpuid();
OpenPOWER on IntegriCloud