summaryrefslogtreecommitdiff
path: root/src/docs/cursor-ops.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/cursor-ops.dox')
-rw-r--r--src/docs/cursor-ops.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docs/cursor-ops.dox b/src/docs/cursor-ops.dox
index d9d8f19868c..e4832267f08 100644
--- a/src/docs/cursor-ops.dox
+++ b/src/docs/cursor-ops.dox
@@ -126,7 +126,7 @@ the cursor. These operations are WT_CURSOR::remove, WT_CURSOR::search,
WT_CURSOR::search_near and WT_CURSOR::update, but <b>do not include</b>
WT_CURSOR::insert, as it does not position the cursor.
-If such an operation fails (for example, due to a ::WT_DEADLOCK error),
+If such an operation fails (for example, due to a ::WT_ROLLBACK error),
it may be retried without calling WT_CURSOR::set_key or
WT_CURSOR::set_value again. That is, the cursor may still reference the
application-supplied memory until it is successfully positioned.