summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-07-14 17:20:40 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-07-14 17:20:40 +0000
commit7fdaab4f6822a4da046b3e059888b20b5cacfc5f (patch)
treee9f763ccf2c1acae39bed2cb90658d0419a3f82e /llvm/lib/Support
parentc8ccfe90afd97546187d94c0d009e34337705c13 (diff)
downloadbcm5719-llvm-7fdaab4f6822a4da046b3e059888b20b5cacfc5f.tar.gz
bcm5719-llvm-7fdaab4f6822a4da046b3e059888b20b5cacfc5f.zip
The word `separate' only has one `e'.
llvm-svn: 7173
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/SystemUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/SystemUtils.cpp b/llvm/lib/Support/SystemUtils.cpp
index 97e13067d0a..aca9e5a4026 100644
--- a/llvm/lib/Support/SystemUtils.cpp
+++ b/llvm/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...
OpenPOWER on IntegriCloud