aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/EnhancedDisassembly.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm-c/EnhancedDisassembly.h')
-rw-r--r--include/llvm-c/EnhancedDisassembly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/EnhancedDisassembly.h b/include/llvm-c/EnhancedDisassembly.h
index 54a4222197..a9703f5995 100644
--- a/include/llvm-c/EnhancedDisassembly.h
+++ b/include/llvm-c/EnhancedDisassembly.h
@@ -176,7 +176,7 @@ void EDReleaseInst(EDInstRef inst);
/*!
@function EDInstByteSize
@param inst The instruction to be queried.
- @result The number of bytes consumed by the instruction.
+ @result The number of bytes in the instruction's machine-code representation.
*/
int EDInstByteSize(EDInstRef inst);