Skip to content

Commit 0efe629

Browse files
committed
Update comment
1 parent 6a013c6 commit 0efe629

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lldb/source/Plugins/Process/Utility/RegisterFlagsDetector_arm64.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ namespace lldb_private {
1717

1818
struct RegisterInfo;
1919

20-
/// This class manages the storage and detection of register field information
21-
/// for Arm64 Linux and FreeBSD registers. The same register may have different
22-
/// fields on different CPUs. This class abstracts out the field detection
23-
/// process so we can use it on live processes and core files.
20+
/// This class manages the storage and detection of register field information.
21+
/// The same register may have different fields on different CPUs. This class
22+
/// abstracts out the field detection process so we can use it on live processes
23+
/// and core files.
2424
///
25-
/// The general way to use this class is:
25+
/// The way to use this class is:
2626
/// * Make an instance somewhere that will last as long as the debug session
2727
/// (because your final register info will point to this instance).
2828
/// * Read hardware capabilities from a core note, binary, prctl, etc.

0 commit comments

Comments
 (0)