diff options
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm-c/EnhancedDisassembly.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/EnhancedDisassembly.h b/llvm/include/llvm-c/EnhancedDisassembly.h index 54a42221972..a9703f5995d 100644 --- a/llvm/include/llvm-c/EnhancedDisassembly.h +++ b/llvm/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); |