Skip to content

Commit 2a10939

Browse files
committed
Edit comment
1 parent ae029f7 commit 2a10939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.VisitDecl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2721,7 +2721,7 @@ void VisitBitfieldDecl(FieldDecl fieldDecl, BitfieldDesc[] bitfieldDescs, Record
27212721
var isSmallType = fieldDecl.Type.Handle.SizeOf < 4;
27222722
var isSmallTypeBacking = currentSize < 4;
27232723

2724-
// Check if input/output types mismatch
2724+
// Check if field/backing types match
27252725
var isTypeMismatch = type != typeBacking;
27262726

27272727
// Signed types are sign extended when shifted

0 commit comments

Comments
 (0)