Skip to content

Commit 992e755

Browse files
committed
Loader: Clean up a comment
1 parent 1bfb50c commit 992e755

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/loader/manifest_file.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,7 @@ void RuntimeManifestFile::CreateIfValid(const Json::Value &root_node, const std:
640640
// Add this runtime manifest file
641641
manifest_files.emplace_back(new RuntimeManifestFile(filename, lib_path));
642642

643-
// Add any extensions to it after the fact.
644-
// Handle any renamed functions
643+
// Add any extensions to it after the fact, while handling any renamed functions
645644
manifest_files.back()->ParseCommon(runtime_root_node);
646645
}
647646

@@ -895,7 +894,7 @@ void ApiLayerManifestFile::CreateIfValid(ManifestFileType type, const std::strin
895894
manifest_files.emplace_back(
896895
new ApiLayerManifestFile(type, filename, layer_name, description, api_version, implementation_version, library_path));
897896

898-
// Add any extensions to it after the fact.
897+
// Add any extensions to it after the fact, while handling any renamed functions
899898
manifest_files.back()->ParseCommon(layer_root_node);
900899
}
901900

0 commit comments

Comments
 (0)