8000 Merge pull request #121 from CodaFi/docing-procedure · llvm-swift/LLVMSwift@c66da21 · GitHub
[go: up one dir, main page]

Skip to content

Commit c66da21

Browse files
authored
Merge pull request #121 from CodaFi/docing-procedure
Spruce Up The Docs A Bit
2 parents 27073da + 1388681 commit c66da21

File tree

2 files changed

+186
-58
lines changed

2 files changed

+186
-58
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)
0