summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-04-09 14:47:27 +0000
committerAlp Toker <alp@nuanti.com>2014-04-09 14:47:27 +0000
commit46d36be2eb02f35fef15952699d0e32e6138760d (patch)
tree377a6835c162218586f0bef2cf8f8c727ab9fc2a /lib/Transforms/Scalar
parent35fb92daddc1322f8f1a1623f098eb6f28e0d149 (diff)
downloadllvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.gz
llvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.bz2
llvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.xz
Fix some doc and comment typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar')
-rw-r--r--lib/Transforms/Scalar/SampleProfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/SampleProfile.cpp b/lib/Transforms/Scalar/SampleProfile.cpp
index 20d6daab24..327859bc5c 100644
--- a/lib/Transforms/Scalar/SampleProfile.cpp
+++ b/lib/Transforms/Scalar/SampleProfile.cpp
@@ -315,7 +315,7 @@ protected:
/// \brief Name of the profile file to load.
StringRef Filename;
- /// \brief Flag indicating whether the profile input loaded succesfully.
+ /// \brief Flag indicating whether the profile input loaded successfully.
bool ProfileIsValid;
};
}