Skip to content

Commit

Permalink
Update TypeSymbolExtensions.Core.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
mandel-macaque and Copilot authored Jan 24, 2025
1 parent 40f10cf commit f7e9a91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static void GetValueTypeSize (this ITypeSymbol originalSymbol, ITypeSymbol type,
}

/// <summary>
/// Return the size oa a blittable structure that can be used in a PInvoke
/// Return the size of a blittable structure that can be used in a PInvoke
/// </summary>
/// <param name="type">The type symbol whose size we want to get.</param>
/// <param name="fieldTypes">The fileds of the struct.</param>
Expand Down

0 comments on commit f7e9a91

Please sign in to comment.