From 7fdaab4f6822a4da046b3e059888b20b5cacfc5f Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 14 Jul 2003 17:20:40 +0000 Subject: The word `separate' only has one `e'. llvm-svn: 7173 --- llvm/support/lib/Support/SystemUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/support/lib') diff --git a/llvm/support/lib/Support/SystemUtils.cpp b/llvm/support/lib/Support/SystemUtils.cpp index 97e13067d0a..aca9e5a4026 100644 --- a/llvm/support/lib/Support/SystemUtils.cpp +++ b/llvm/support/lib/Support/SystemUtils.cpp @@ -96,7 +96,7 @@ std::string FindExecutable(const std::string &ExeName, const char *PathStr = getenv("PATH"); if (PathStr == 0) return ""; - // Now we have a colon seperated list of directories to search... try them... + // Now we have a colon separated list of directories to search... try them... unsigned PathLen = strlen(PathStr); while (PathLen) { // Find the first colon... -- cgit v1.2.3