summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/InlineSimple.cpp
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2013-11-03 11:09:39 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2013-11-03 11:09:39 +0000
commit927df85de02253065523b9cc998a6159e321f542 (patch)
treef77396fe0280387b87833d9841e57ccfa55d16f6 /llvm/lib/Transforms/IPO/InlineSimple.cpp
parent311548cdad7b5fe0a03e08a4fc7f7ab3b92221a6 (diff)
downloadbcm5719-llvm-927df85de02253065523b9cc998a6159e321f542.tar.gz
bcm5719-llvm-927df85de02253065523b9cc998a6159e321f542.zip
Spell "Actual" correctly
llvm-svn: 193954
Diffstat (limited to 'llvm/lib/Transforms/IPO/InlineSimple.cpp')
-rw-r--r--llvm/lib/Transforms/IPO/InlineSimple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/InlineSimple.cpp b/llvm/lib/Transforms/IPO/InlineSimple.cpp
index 9e607aba0b9..57379a334f2 100644
--- a/llvm/lib/Transforms/IPO/InlineSimple.cpp
+++ b/llvm/lib/Transforms/IPO/InlineSimple.cpp
@@ -28,7 +28,7 @@ using namespace llvm;
namespace {
-/// \brief Actaul inliner pass implementation.
+/// \brief Actual inliner pass implementation.
///
/// The common implementation of the inlining logic is shared between this
/// inliner pass and the always inliner pass. The two passes use different cost
OpenPOWER on IntegriCloud