diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-11-07 13:48:10 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-11-07 13:48:10 +0000 |
| commit | 5a27007bb74a0d1c388a5db4f18e7e1d60220f65 (patch) | |
| tree | 68c0db85d4c926edb888ea139d0496e5c77b6296 /llvm | |
| parent | 68bac7519066c23668f23e92e02e4f889ca667da (diff) | |
| download | bcm5719-llvm-5a27007bb74a0d1c388a5db4f18e7e1d60220f65.tar.gz bcm5719-llvm-5a27007bb74a0d1c388a5db4f18e7e1d60220f65.zip | |
typos
llvm-svn: 118376
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/System/Path.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm/System/Path.h b/llvm/include/llvm/System/Path.h index cfeacd236e2..a3b9ccc1f0a 100644 --- a/llvm/include/llvm/System/Path.h +++ b/llvm/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 |

