From 30d1176618e7951f568dd889b16a5e87fd5fabb1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Mar 2014 15:08:54 -0500 Subject: stackchk.t task.t: Change can not to cannot for consistency --- doc/user/task.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user/task.t') 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. -- cgit v1.2.3