Skip to content

Commit deddc10

Browse files
Fixed spelling mistake
1 parent a298e49 commit deddc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/LTO/LTO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2579,7 +2579,7 @@ class OutOfProcessThinBackend : public CGThinBackend {
25792579

25802580
MemoryBufferRef ObjFileMbRef = ObjFileMbOrErr->get()->getMemBufferRef();
25812581
if (Cache.isValid()) {
2582-
// Cache hits are takes care of earlier. At this point, we could only
2582+
// Cache hits are taken care of earlier. At this point, we could only
25832583
// have cache misses.
25842584
assert(Job.CacheAddStream);
25852585
// Obtain a file stream for a storing a cache entry.

0 commit comments

Comments
 (0)