summaryrefslogtreecommitdiff
path: root/tools/lli/lli.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lli/lli.cpp')
-rw-r--r--tools/lli/lli.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp
index 0227261f48..c90cc87a17 100644
--- a/tools/lli/lli.cpp
+++ b/tools/lli/lli.cpp
@@ -250,7 +250,7 @@ namespace {
// directory specified by CacheDir, using a filename provided in the module
// descriptor. The cache tries to load a saved object using that path if the
// file exists. CacheDir defaults to "", in which case objects are cached
-// alongside their originating bitcodes.
+// alongside their originating bitcodes.
//
class LLIObjectCache : public ObjectCache {
public:
@@ -258,7 +258,7 @@ public:
// Add trailing '/' to cache dir if necessary.
if (!this->CacheDir.empty() &&
this->CacheDir[this->CacheDir.size() - 1] != '/')
- this->CacheDir += '/';
+ this->CacheDir += '/';
}
virtual ~LLIObjectCache() {}