summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-17 19:58:28 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-17 19:58:28 +0000
commit331aebae921a5e96a2f2671edcabe5e220e3d559 (patch)
tree69b5b8ed5737a08b9d820676d9547298efd0571e /llvm
parent3072baeb9ce48f00b74627f2fab49bf66571bff8 (diff)
downloadbcm5719-llvm-331aebae921a5e96a2f2671edcabe5e220e3d559.tar.gz
bcm5719-llvm-331aebae921a5e96a2f2671edcabe5e220e3d559.zip
Fix a funny typo. Thanks to Aaron Ballman for noticing.
llvm-svn: 186532
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Support/Windows/Path.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc
index d51332ef81c..2b043182747 100644
--- a/llvm/lib/Support/Windows/Path.inc
+++ b/llvm/lib/Support/Windows/Path.inc
@@ -1054,7 +1054,7 @@ error_code openFileForRead(const Twine &Name, int &ResultFD) {
OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
if (H == INVALID_HANDLE_VALUE) {
error_code EC = windows_error(::GetLastError());
- // Provide a better error massage when trying to open directories.
+ // Provide a better error message when trying to open directories.
// This only runs if we failed to open the file, so there is probably
// no performances issues.
if (EC != windows_error::access_denied)
OpenPOWER on IntegriCloud