Skip to content

Commit eac2342

Browse files
committed
Consistency in wording
1 parent 27073da commit eac2342

File tree

2 files changed

+59
-51
lines changed

2 files changed

+59
-51
lines changed

Sources/LLVM/Alias.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import cllvm
33
#endif
44

55
/// An `Alias` represents a global alias in an LLVM module - a new symbol and
6-
/// corresponding metadata for an existing position
6+
/// corresponding metadata for an existing global value.
77
public struct Alias: IRGlobal {
88
internal let llvm: LLVMValueRef
99

0 commit comments

Comments
 (0)