Skip to content

Commit c818f08

Browse files
committed
Fixed typo in comment.
1 parent bea0653 commit c818f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator/Passes/CheckAbiParameters.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public override bool VisitFunctionDecl(Function function)
6767
}
6868

6969
// Deleting destructors (default in v-table) accept an i32 bitfield as a
70-
// second parameter.in MS ABI.
70+
// second parameter in MS ABI.
7171
if (method != null && method.IsDestructor && Context.ParserOptions.IsMicrosoftAbi)
7272
{
7373
method.Parameters.Add(new Parameter

0 commit comments

Comments
 (0)