Skip to content

Commit 8d63e0a

Browse files
committed
spelling: tracking
Signed-off-by: Josh Soref <[email protected]>
1 parent 24f4d6b commit 8d63e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IDE/CompileInstance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ bool CompileInstance::setupCI(
279279
/// Declare the frontend to be used for multiple compilations.
280280
invocation.getFrontendOptions().ReuseFrontendForMultipleCompilations = true;
281281

282-
// Enable dependency trakcing (excluding system modules) to invalidate the
282+
// Enable dependency tracking (excluding system modules) to invalidate the
283283
// compiler instance if any dependent files are modified.
284284
invocation.getFrontendOptions().IntermoduleDependencyTracking =
285285
IntermoduleDepTrackingMode::ExcludeSystem;

0 commit comments

Comments
 (0)