summaryrefslogtreecommitdiff
path: root/freertos/Source/include/StackMacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'freertos/Source/include/StackMacros.h')
-rw-r--r--freertos/Source/include/StackMacros.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/freertos/Source/include/StackMacros.h b/freertos/Source/include/StackMacros.h
index e7c63e2..13c6b82 100644
--- a/freertos/Source/include/StackMacros.h
+++ b/freertos/Source/include/StackMacros.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.3 - Copyright (C) 2015 Real Time Engineers Ltd.
+ FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -75,13 +75,13 @@
* out is currently overflowed, or looks like it might have overflowed in the
* past.
*
- * Setting configCHECK_FOR_STACK_OVERFLOW to 1 causes the macro to check
+ * Setting configCHECK_FOR_STACK_OVERFLOW to 1 will cause the macro to check
* the current stack state only - comparing the current top of stack value to
* the stack limit. Setting configCHECK_FOR_STACK_OVERFLOW to greater than 1
- * also causes the last few stack bytes to be checked to ensure the value
+ * will also cause the last few stack bytes to be checked to ensure the value
* to which the bytes were set when the task was created have not been
* overwritten. Note this second test does not guarantee that an overflowed
- * stack is always be recognized.
+ * stack will always be recognised.
*/
/*-----------------------------------------------------------*/