aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Core/DataBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Core/DataBuffer.h')
-rw-r--r--include/lldb/Core/DataBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Core/DataBuffer.h b/include/lldb/Core/DataBuffer.h
index e64245dead3d..64e2a8857837 100644
--- a/include/lldb/Core/DataBuffer.h
+++ b/include/lldb/Core/DataBuffer.h
@@ -20,7 +20,7 @@ namespace lldb_private {
/// @class DataBuffer DataBuffer.h "lldb/Core/DataBuffer.h"
/// @brief A pure virtual protocol class for abstracted data buffers.
///
-/// DataBuffer is an abtract class that gets packaged into a shared pointer
+/// DataBuffer is an abstract class that gets packaged into a shared pointer
/// that can use to implement various ways to store data (on the heap,
/// memory mapped, cached inferior memory). It gets used by DataExtractor
/// so many DataExtractor objects can share the same data and sub-ranges