mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: fix typo in comment in Function.swift
This commit is contained in:
@@ -87,7 +87,7 @@ final public class Function : CustomStringConvertible, HasShortDescription, Hash
|
||||
|
||||
/// Returns true if the function is a definition and not only an external declaration.
|
||||
///
|
||||
/// This is the case if the functioun contains a body, i.e. some basic blocks.
|
||||
/// This is the case if the function contains a body, i.e. some basic blocks.
|
||||
public var isDefinition: Bool { blocks.first != nil }
|
||||
|
||||
public var blocks : BasicBlockList { BasicBlockList(first: bridged.getFirstBlock().block) }
|
||||
|
||||
Reference in New Issue
Block a user