summaryrefslogtreecommitdiff
path: root/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.cs')
-rw-r--r--tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.cs b/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.cs
index 3c126158d0..5bb4715f4d 100644
--- a/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.cs
+++ b/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.cs
@@ -135,7 +135,7 @@ struct FieldAlignementTest_Decimal
// The largest field in below struct is decimal (16 bytes wide).
// However, alignment requirement for the below struct should be only 8 bytes (not 16).
// This is because unlike fields of other types well known to mcg (like long, char etc.)
- // which need to be aligned accoring to their byte size, decimal is really a struct
+ // which need to be aligned according to their byte size, decimal is really a struct
// with 8 byte alignment requirement.
public FieldAlignementTest p; // 80 bytes