Skip to content

Commit 4dea05f

Browse files
author
Ikko Ashimine
authored
[SIL] Fix typo in SILNodes.def
heirarchy -> hierarchy
1 parent 7ee2a5c commit 4dea05f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/SIL/SILNodes.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
///
151151
/// A concrete subclass of MultipleValueInstruction. ID is a member of
152152
/// SILInstructionKind. The Node's class name is ID and the name of the base
153-
/// class in the heirarchy is PARENT.
153+
/// class in the hierarchy is PARENT.
154154
#ifndef MULTIPLE_VALUE_INST
155155
#define MULTIPLE_VALUE_INST(ID, NAME, PARENT, MEMBEHAVIOR, MAYRELEASE) \
156156
FULL_INST(ID, NAME, PARENT, MEMBEHAVIOR, MAYRELEASE)
@@ -190,7 +190,7 @@
190190
///
191191
/// A concrete subclass of MultipleValueInstructionResult. ID is a member of
192192
/// ValueKind. The Node's class name is ID and the name of the base class in
193-
/// the heirarchy is PARENT.
193+
/// the hierarchy is PARENT.
194194
#ifndef MULTIPLE_VALUE_INST_RESULT
195195
#define MULTIPLE_VALUE_INST_RESULT(ID, PARENT) VALUE(ID, PARENT)
196196
#endif

0 commit comments

Comments
 (0)