Skip to content

Commit 199a909

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

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
@@ -566,7 +566,7 @@ class Disassembler : public std::enable_shared_from_this<Disassembler>,
566566
const Disassembler &operator=(const Disassembler &) = delete;
567567
};
568568

569-
/// Structured data for a single variable annotation
569+
/// Structured data for a single variable annotation.
570570
struct VariableAnnotation {
571571
std::string variable_name;
572572
std::string location_description; // e.g., "r15", "undef", "const_0"

0 commit comments

Comments
 (0)