aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Expression/ASTStructExtractor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Expression/ASTStructExtractor.h')
-rw-r--r--include/lldb/Expression/ASTStructExtractor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Expression/ASTStructExtractor.h b/include/lldb/Expression/ASTStructExtractor.h
index a1518de83d6d..9e467797a398 100644
--- a/include/lldb/Expression/ASTStructExtractor.h
+++ b/include/lldb/Expression/ASTStructExtractor.h
@@ -30,7 +30,7 @@ namespace lldb_private {
///
/// The definition of this struct is itself in the body of the wrapper function,
/// so Clang does the structure layout itself. ASTStructExtractor reads through
-/// the AST for the wrapper funtion and finds the struct.
+/// the AST for the wrapper function and finds the struct.
//----------------------------------------------------------------------
class ASTStructExtractor : public clang::SemaConsumer
{