Skip to content

Commit d3d29f9

Browse files
committed
wording
1 parent 5b5b7b6 commit d3d29f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lldbinit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def print_usage() -> None:
5353
being treated as a TYPE and ID.
5454
IR is the CheckIRId(N) in the form `irN`. Not all ID types have an `ir`
5555
prefix, the ones which do are dumped with that prefix, such as for
56-
InstId as `ir1.inst2`.
56+
`inst` as `ir1.inst2`.
5757
TYPE can be `inst`, `constant`, `generic`, `impl`, `entity_name`, etc. See
5858
the `Label` string in `IdBase` classes to find possible TYPE names,
5959
though only Id types that have a matching `Make...Id()` function are

0 commit comments

Comments
 (0)