mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-09 13:41:47 +00:00
typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118376 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e8399c6e01
commit
6bc6cd223c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user