aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Core/DataEncoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Core/DataEncoder.h')
-rw-r--r--include/lldb/Core/DataEncoder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lldb/Core/DataEncoder.h b/include/lldb/Core/DataEncoder.h
index 658cce0d2b4b..7cd5d6808152 100644
--- a/include/lldb/Core/DataEncoder.h
+++ b/include/lldb/Core/DataEncoder.h
@@ -173,7 +173,7 @@ public:
}
//------------------------------------------------------------------
- /// Get a the data start pointer.
+ /// Get the data start pointer.
///
/// @return
/// Returns a pointer to the first byte contained in this
@@ -234,7 +234,7 @@ public:
/// The size in byte of the integer to encode.
///
/// @param[in] value
- /// The integer value to write. The least significate bytes of
+ /// The integer value to write. The least significant bytes of
/// the integer value will be written if the size is less than
/// 8 bytes.
///
@@ -253,7 +253,7 @@ public:
/// start encoding.
///
/// @param[int] src
- /// The buffer that contains the the bytes to encode.
+ /// The buffer that contains the bytes to encode.
///
/// @param[in] src_len
/// The number of bytes to encode.