Fix a bunch of -Wdocumentation warnings.
[oota-llvm.git] / include / llvm / Support / DataExtractor.h
index 506ec96930d9c51455d5370d442b569b76077ad6..8d880fd5e8b9709963aac7dc0c3fbc255be9eea1 100644 (file)
@@ -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,