@@ -33,7 +33,7 @@ class Type;
33
33
// / run the verifier after parsing the file to check that it is okay.
34
34
// / Parse LLVM Assembly from a file
35
35
// / \param Filename The name of the file to parse
36
- // / \param Error Error result info.
36
+ // / \param Err Error result info.
37
37
// / \param Context Context in which to allocate globals info.
38
38
// / \param Slots The optional slot mapping that will be initialized during
39
39
// / parsing.
@@ -53,7 +53,7 @@ parseAssemblyFile(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
53
53
// / run the verifier after parsing the file to check that it is okay.
54
54
// / Parse LLVM Assembly from a string
55
55
// / \param AsmString The string containing assembly
56
- // / \param Error Error result info.
56
+ // / \param Err Error result info.
57
57
// / \param Context Context in which to allocate globals info.
58
58
// / \param Slots The optional slot mapping that will be initialized during
59
59
// / parsing.
@@ -83,7 +83,7 @@ struct ParsedModuleAndIndex {
83
83
// / run the verifier after parsing the file to check that they are okay.
84
84
// / Parse LLVM Assembly from a file
85
85
// / \param Filename The name of the file to parse
86
- // / \param Error Error result info.
86
+ // / \param Err Error result info.
87
87
// / \param Context Context in which to allocate globals info.
88
88
// / \param Slots The optional slot mapping that will be initialized during
89
89
// / parsing.
@@ -104,7 +104,7 @@ parseAssemblyFileWithIndex(StringRef Filename, SMDiagnostic &Err,
104
104
// / should run the verifier after parsing the file to check that it is okay.
105
105
// / Parse LLVM Assembly Index from a file
106
106
// / \param Filename The name of the file to parse
107
- // / \param Error Error result info.
107
+ // / \param Err Error result info.
108
108
std::unique_ptr<ModuleSummaryIndex>
109
109
parseSummaryIndexAssemblyFile (StringRef Filename, SMDiagnostic &Err);
110
110
0 commit comments