Skip to content

Commit 1eae016

Browse files
committed
does -> doesn't
1 parent 7dadb10 commit 1eae016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Tooling/DependencyScanning/InProcessModuleCache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class InProcessModuleCache : public ModuleCache {
5454

5555
// TODO: If we changed the InMemoryModuleCache API and relied on strict
5656
// context hash, we could probably create more efficient thread-safe
57-
// implementation of the InMemoryModuleCache such that it does need to be
57+
// implementation of the InMemoryModuleCache such that it doesn't need to be
5858
// recreated for each translation unit.
5959
InMemoryModuleCache InMemory;
6060

0 commit comments

Comments
 (0)