Skip to content

Commit ea1bf46

Browse files
n2h9JDevlieghere
andauthored
Update lldb/include/lldb/Core/Disassembler.h
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent 199a909 commit ea1bf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Core/Disassembler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ class VariableAnnotator {
615615
/// `Live_`. Returns structured data for all variables relevant at this
616616
/// instruction.
617617
std::vector<VariableAnnotation>
618-
annotateStructured(Instruction &inst, Target &target,
618+
AnnotateStructured(Instruction &inst, Target &target,
619619
const lldb::ModuleSP &module_sp);
620620

621621
private:

0 commit comments

Comments
 (0)