1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00

Spell "Actual" correctly

llvm-svn: 193954
This commit is contained in:
David Majnemer 2013-11-03 11:09:39 +00:00
parent 47beae7a65
commit fbb2338856

View File

@ -28,7 +28,7 @@ using namespace llvm;
namespace { namespace {
/// \brief Actaul inliner pass implementation. /// \brief Actual inliner pass implementation.
/// ///
/// The common implementation of the inlining logic is shared between this /// The common implementation of the inlining logic is shared between this
/// inliner pass and the always inliner pass. The two passes use different cost /// inliner pass and the always inliner pass. The two passes use different cost