diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-23 16:54:08 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-23 16:54:08 +0000 |
commit | a00b80b04c5edb08639c1c6b32e9231fd8b066f7 (patch) | |
tree | 5489f28048894e81c7222b0942cf3e4130a11445 /include/llvm/Support/DataExtractor.h | |
parent | 9d9f5a5855a711b1154e178e26f3766dc21d846a (diff) |
Fix a bunch of -Wdocumentation warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162446 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/DataExtractor.h')
-rw-r--r-- | include/llvm/Support/DataExtractor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/DataExtractor.h b/include/llvm/Support/DataExtractor.h index 506ec96930..8d880fd5e8 100644 --- a/include/llvm/Support/DataExtractor.h +++ b/include/llvm/Support/DataExtractor.h @@ -99,8 +99,8 @@ public: /// enough bytes to extract this value, the offset will be left /// unmodified. /// - /// @param[in] byte_size - /// The size in byte of the integer to extract. + /// @param[in] size + /// The size in bytes of the integer to extract. /// /// @return /// The sign extended signed integer value that was extracted, |