Skip to content

Commit bb38067

Browse files
authored
Replace native sized -> native-sized (#11655)
1 parent 40337d2 commit bb38067

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

xml/System.Runtime.InteropServices/CLong.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</Parameters>
9595
<Docs>
9696
<param name="value">The integer value.</param>
97-
<summary>Constructs an instance from a native sized integer.</summary>
97+
<summary>Constructs an instance from a native-sized integer.</summary>
9898
<remarks>To be added.</remarks>
9999
<exception cref="T:System.OverflowException">
100100
<paramref name="value" /> is outside the range of the underlying storage type.</exception>

xml/System.Runtime.InteropServices/CULong.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</Parameters>
9595
<Docs>
9696
<param name="value">The integer value.</param>
97-
<summary>Constructs an instance from a native sized unsigned integer.</summary>
97+
<summary>Constructs an instance from a native-sized unsigned integer.</summary>
9898
<remarks>To be added.</remarks>
9999
<exception cref="T:System.OverflowException">
100100
<paramref name="value" /> is outside the range of the underlying storage type.</exception>

xml/System.Runtime.InteropServices/Marshal.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9245,7 +9245,7 @@ On .NET 6 and later versions, this method is functionally equivalent to <xref:Sy
92459245
<AssemblyVersion>4.2.0.0</AssemblyVersion>
92469246
</AssemblyInfo>
92479247
<Docs>
9248-
<summary>Reads a processor native sized integer from unmanaged memory. Reading from unaligned memory locations is supported.</summary>
9248+
<summary>Reads a processor native-sized integer from unmanaged memory. Reading from unaligned memory locations is supported.</summary>
92499249
</Docs>
92509250
</MemberGroup>
92519251
<Member MemberName="ReadIntPtr">
@@ -9393,7 +9393,7 @@ On .NET 6 and later versions, this method is functionally equivalent to <xref:Sy
93939393
<Docs>
93949394
<param name="ptr">The base address in unmanaged memory from which to read.</param>
93959395
<param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
9396-
<summary>Reads a processor native sized integer at a given offset from unmanaged memory.</summary>
9396+
<summary>Reads a processor native-sized integer at a given offset from unmanaged memory.</summary>
93979397
<returns>The integer read from unmanaged memory at the given offset.</returns>
93989398
<remarks>
93999399
<format type="text/markdown"><![CDATA[
@@ -9488,7 +9488,7 @@ On .NET 6 and later versions, this method is functionally equivalent to <xref:Sy
94889488
<Docs>
94899489
<param name="ptr">The base address in unmanaged memory of the source object.</param>
94909490
<param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
9491-
<summary>Reads a processor native sized integer from unmanaged memory.</summary>
9491+
<summary>Reads a processor native-sized integer from unmanaged memory.</summary>
94929492
<returns>The integer read from unmanaged memory at the given offset.</returns>
94939493
<remarks>
94949494
<format type="text/markdown"><![CDATA[
@@ -13285,7 +13285,7 @@ public static void ThrowExceptionForHR(interrorCode,IntPtrerrorInfo)
1328513285
<Docs>
1328613286
<param name="ptr">The address in unmanaged memory to write to.</param>
1328713287
<param name="val">The value to write.</param>
13288-
<summary>Writes a processor native sized integer value into unmanaged memory.</summary>
13288+
<summary>Writes a processor native-sized integer value into unmanaged memory.</summary>
1328913289
<remarks>
1329013290
<format type="text/markdown"><![CDATA[
1329113291

@@ -13466,7 +13466,7 @@ public static void ThrowExceptionForHR(interrorCode,IntPtrerrorInfo)
1346613466
<param name="ptr">The base address in unmanaged memory of the target object.</param>
1346713467
<param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
1346813468
<param name="val">The value to write.</param>
13469-
<summary>Writes a processor native sized integer value to unmanaged memory.</summary>
13469+
<summary>Writes a processor native-sized integer value to unmanaged memory.</summary>
1347013470
<remarks>
1347113471
<format type="text/markdown"><![CDATA[
1347213472

xml/System/Math.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7819,7 +7819,7 @@ The following example demonstrates how to use the <xref:System.Math.Round%28Syst
78197819
</Parameters>
78207820
<Docs>
78217821
<param name="value">A signed number.</param>
7822-
<summary>Returns an integer that indicates the sign of a native sized signed integer.</summary>
7822+
<summary>Returns an integer that indicates the sign of a native-sized signed integer.</summary>
78237823
<returns>A number that indicates the sign of <paramref name="value" />, as shown in the following table.
78247824

78257825
<list type="table"><listheader><term> Return value

0 commit comments

Comments
 (0)