summary refs log tree commit diff stats
path: root/docs/blkdebug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/blkdebug.txt')
-rw-r--r--docs/blkdebug.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/blkdebug.txt b/docs/blkdebug.txt
index 5dde07234f..cba1186f12 100644
--- a/docs/blkdebug.txt
+++ b/docs/blkdebug.txt
@@ -70,10 +70,10 @@ Rules support the following attributes:
   once - (optional, default "off") only execute this action on the first
          matching request
 
-  immediately - (optional, default "off") return a NULL BlockDriverAIOCB
-                pointer and fail without an errno instead.  This exercises the
-                code path where BlockDriverAIOCB fails and the caller's
-                BlockDriverCompletionFunc is not invoked.
+  immediately - (optional, default "off") return a NULL BlockAIOCB
+                pointer and fail without an errno instead.  This
+                exercises the code path where BlockAIOCB fails and the
+                caller's BlockDriverCompletionFunc is not invoked.
 
 Events
 ------