From dcb15e6ae420f96bf207780bfa48d6528910b746 Mon Sep 17 00:00:00 2001
From: Gregory Nutt
Date: Mon, 12 Dec 2016 08:23:35 -0600
Subject: [PATCH] More trivial documentation updates.
---
Documentation/NuttxUserGuide.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html
index fa78eac460..5f1b35ca94 100644
--- a/Documentation/NuttxUserGuide.html
+++ b/Documentation/NuttxUserGuide.html
@@ -6230,7 +6230,7 @@ When cancelability is disabled, all cancellations are held pending in the target
Either asychronrously or deferred.
Asynchronous cancellations we be acted upon immediately (when enabled), interrupting the thread with its processing in an abritray state.
-When cancelability is deferred, all cancels are held pending in the target thread until the thread changes the cancelability type or a Cancellation Point function such as pthread_cancel()
.
+When cancelability is deferred, all cancellations are held pending in the target thread until the thread changes the cancelability type or a Cancellation Point function such as pthread_testcancel()
is entered.
Input Parameters: