summaryrefslogtreecommitdiff
path: root/include/llvm/Support/FileUtilities.h
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2011-03-31 13:06:39 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2011-03-31 13:06:39 +0000
commit56584fcbfd541c20b914f7cb58a38bf1a16f55c0 (patch)
tree0258574c65cba8b96959a53962b0d5ac24803ee9 /include/llvm/Support/FileUtilities.h
parentc9c08fb3a7fb5e8ea3e1477a88507704c7a70ba1 (diff)
downloadllvm-56584fcbfd541c20b914f7cb58a38bf1a16f55c0.tar.gz
llvm-56584fcbfd541c20b914f7cb58a38bf1a16f55c0.tar.bz2
llvm-56584fcbfd541c20b914f7cb58a38bf1a16f55c0.tar.xz
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128631 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/FileUtilities.h')
-rw-r--r--include/llvm/Support/FileUtilities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/FileUtilities.h b/include/llvm/Support/FileUtilities.h
index aab4539088..5456eb730a 100644
--- a/include/llvm/Support/FileUtilities.h
+++ b/include/llvm/Support/FileUtilities.h
@@ -22,7 +22,7 @@ namespace llvm {
/// DiffFilesWithTolerance - Compare the two files specified, returning 0 if
/// the files match, 1 if they are different, and 2 if there is a file error.
- /// This function allows you to specify an absolete and relative FP error that
+ /// This function allows you to specify an absolute and relative FP error that
/// is allowed to exist. If you specify a string to fill in for the error
/// option, it will set the string to an error message if an error occurs, or
/// if the files are different.