summaryrefslogtreecommitdiffstats
path: root/doc/user/task.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-03-11 15:08:54 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-03-11 16:27:57 -0500
commit30d1176618e7951f568dd889b16a5e87fd5fabb1 (patch)
treedd7bc18403c925bd2e014df8a04469d55b9eff93 /doc/user/task.t
parentcpright.texi: Update to 2014. (diff)
downloadrtems-30d1176618e7951f568dd889b16a5e87fd5fabb1.tar.bz2
stackchk.t task.t: Change can not to cannot for consistency
Diffstat (limited to 'doc/user/task.t')
-rw-r--r--doc/user/task.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/task.t b/doc/user/task.t
index b55d9b74df..40759fcaf6 100644
--- a/doc/user/task.t
+++ b/doc/user/task.t
@@ -318,7 +318,7 @@ variable's value each time a task switch occurs to or from the calling task.
The value seen by other tasks, including those which have not added the
variable to their set and are thus accessing the variable as a common
-location shared among tasks, can not be affected by a task once it has
+location shared among tasks, cannot be affected by a task once it has
added a variable to its local set. Changes made to the variable by
other tasks will not affect the value seen by a task which has added the
variable to its private set.