diff options
author | Alp Toker <alp@nuanti.com> | 2014-04-09 14:47:27 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-04-09 14:47:27 +0000 |
commit | 16f98b255d213a7ca599c0d07119e96e96206ee9 (patch) | |
tree | adf70fd6c649a0346917f39e229300d07724d4c9 /llvm/lib/Transforms/Scalar/SampleProfile.cpp | |
parent | 246b0b617d66d7e8107e3a5f9a4522ff7ec2afd2 (diff) | |
download | bcm5719-llvm-16f98b255d213a7ca599c0d07119e96e96206ee9.tar.gz bcm5719-llvm-16f98b255d213a7ca599c0d07119e96e96206ee9.zip |
Fix some doc and comment typos
llvm-svn: 205899
Diffstat (limited to 'llvm/lib/Transforms/Scalar/SampleProfile.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/SampleProfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/SampleProfile.cpp b/llvm/lib/Transforms/Scalar/SampleProfile.cpp index 20d6daab24b..327859bc5ca 100644 --- a/llvm/lib/Transforms/Scalar/SampleProfile.cpp +++ b/llvm/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; }; } |