Skip to content

Commit 75ca316

Browse files
committed
Typo fix
1 parent 2f38cd4 commit 75ca316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/DebugInfoMetadata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2616,7 +2616,7 @@ class DISubprogram : public DILocalScope {
26162616
/// after module loading. It removes references to types belonging
26172617
/// to other DISubprograms from a subprogram's retainedNodes list.
26182618
/// If a corresponding IR function refers to local scopes from another
2619-
/// subprogram, emitted debug info (i.e. DWARF) should rely
2619+
/// subprogram, emitted debug info (e.g. DWARF) should rely
26202620
/// on cross-subprogram references (and cross-CU references, as subprograms
26212621
/// may belong to different compile units). This is also a drawback:
26222622
/// when a subprogram refers to types that are local to another subprogram,

0 commit comments

Comments
 (0)