Skip to content

Commit 9974c33

Browse files
committed
SIL: fix typo in comment in Function.swift
1 parent 0bc5bb9 commit 9974c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftCompilerSources/Sources/SIL/Function.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ final public class Function : CustomStringConvertible, HasShortDescription, Hash
8787

8888
/// Returns true if the function is a definition and not only an external declaration.
8989
///
90-
/// This is the case if the functioun contains a body, i.e. some basic blocks.
90+
/// This is the case if the function contains a body, i.e. some basic blocks.
9191
public var isDefinition: Bool { blocks.first != nil }
9292

9393
public var blocks : BasicBlockList { BasicBlockList(first: bridged.getFirstBlock().block) }

0 commit comments

Comments
 (0)