[Gardening] Use consistent style for referencing notes.

This commit is contained in:
Varun Gandhi
2020-07-25 23:25:32 -07:00
parent a174e5714b
commit 1ddf4ff790
9 changed files with 19 additions and 19 deletions

View File

@@ -613,7 +613,7 @@ class ModuleInterfaceLoaderImpl {
case ModuleLoadingMode::OnlySerialized:
llvm_unreachable("module interface loader should not have been created");
}
// [Note: ModuleInterfaceLoader-defer-to-SerializedModuleLoader]
// [NOTE: ModuleInterfaceLoader-defer-to-ImplicitSerializedModuleLoader]
// If there's a module adjacent to the .swiftinterface that we can
// _likely_ load (it validates OK and is up to date), bail early with
// errc::not_supported, so the next (serialized) loader in the chain will