[llvm-commits] [llvm] r122244 - /llvm/trunk/include/llvm/Support/PathV1.h
Michael J. Spencer
bigcheesegs at gmail.com
Mon Dec 20 05:30:37 PST 2010
Author: mspencer
Date: Mon Dec 20 07:30:37 2010
New Revision: 122244
URL: http://llvm.org/viewvc/llvm-project?rev=122244&view=rev
Log:
Fix spelling.
Modified:
llvm/trunk/include/llvm/Support/PathV1.h
Modified: llvm/trunk/include/llvm/Support/PathV1.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/PathV1.h?rev=122244&r1=122243&r2=122244&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/PathV1.h (original)
+++ llvm/trunk/include/llvm/Support/PathV1.h Mon Dec 20 07:30:37 2010
@@ -106,7 +106,7 @@
/// cannot be created, the function will throw an exception.
/// @returns an invalid path (empty) on error
/// @param ErrMsg Optional place for an error message if an error occurs
- /// @brief Constrct a path to an new, unique, existing temporary
+ /// @brief Construct a path to an new, unique, existing temporary
/// directory.
static Path GetTemporaryDirectory(std::string* ErrMsg = 0);
@@ -260,7 +260,7 @@
bool isEmpty() const { return path.empty(); }
/// This function returns the last component of the path name. The last
- /// component is the file or directory name occuring after the last
+ /// component is the file or directory name occurring after the last
/// directory separator. If no directory separator is present, the entire
/// path name is returned (i.e. same as toString).
/// @returns StringRef containing the last component of the path name.
More information about the llvm-commits
mailing list