1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fix spelling/typo.

llvm-svn: 112585
This commit is contained in:
Michael J. Spencer 2010-08-31 06:36:22 +00:00
parent a1ff33906b
commit b475feaea4

View File

@ -336,9 +336,9 @@ namespace sys {
/// native Dynamic Library (shared library, shared object) by looking at
/// the file's magic number. The Path object must reference a file, not a
/// directory.
/// @return strue if the file starts with the magid number for a native
/// @returns true if the file starts with the magic number for a native
/// shared library.
/// @brief Determine if the path reference a dynamic library.
/// @brief Determine if the path references a dynamic library.
bool isDynamicLibrary() const;
/// This function determines if the path name references an existing file