aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-11-07 13:48:10 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-11-07 13:48:10 +0000
commit6bc6cd223c79ed30e13363772ecc0a3e220f853b (patch)
tree0f17500b8f314813f02decea02a082160e9a6e2d /include/llvm/System
parente8399c6e01f5d53ddda361a5eb5952147bb25f94 (diff)
downloadexternal_llvm-6bc6cd223c79ed30e13363772ecc0a3e220f853b.zip
external_llvm-6bc6cd223c79ed30e13363772ecc0a3e220f853b.tar.gz
external_llvm-6bc6cd223c79ed30e13363772ecc0a3e220f853b.tar.bz2
typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118376 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
-rw-r--r--include/llvm/System/Path.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h
index cfeacd2..a3b9ccc 100644
--- a/include/llvm/System/Path.h
+++ b/include/llvm/System/Path.h
@@ -367,16 +367,16 @@ namespace sys {
/// the file system.
bool exists() const;
- /// This function determines if the path name refences an
+ /// This function determines if the path name references an
/// existing directory.
/// @returns true if the pathname references an existing directory.
- /// @brief Determins if the path is a directory in the file system.
+ /// @brief Determines if the path is a directory in the file system.
bool isDirectory() const;
- /// This function determines if the path name refences an
+ /// This function determines if the path name references an
/// existing symbolic link.
/// @returns true if the pathname references an existing symlink.
- /// @brief Determins if the path is a symlink in the file system.
+ /// @brief Determines if the path is a symlink in the file system.
bool isSymLink() const;
/// This function determines if the path name references a readable file