diff options
Diffstat (limited to 'include/llvm/System/Path.h')
-rw-r--r-- | include/llvm/System/Path.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index cfeacd236e..a3b9ccc1f0 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 |