aboutsummaryrefslogtreecommitdiff
path: root/include/clang/CodeGen/CodeGenABITypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/CodeGen/CodeGenABITypes.h')
-rw-r--r--include/clang/CodeGen/CodeGenABITypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/CodeGen/CodeGenABITypes.h b/include/clang/CodeGen/CodeGenABITypes.h
index e7b7435968fb..8ba769dfc3af 100644
--- a/include/clang/CodeGen/CodeGenABITypes.h
+++ b/include/clang/CodeGen/CodeGenABITypes.h
@@ -16,7 +16,7 @@
//
// It allows other clients, like LLDB, to determine the LLVM types that are
// actually used in function calls, which makes it possible to then determine
-// the acutal ABI locations (e.g. registers, stack locations, etc.) that
+// the actual ABI locations (e.g. registers, stack locations, etc.) that
// these parameters are stored in.
//
//===----------------------------------------------------------------------===//