Skip to content

Commit 1a0de81

Browse files
ofcithmairaw
authored andcommitted
Fix typo. (#2284)
"unmanagede" should be "unmanaged".
1 parent cb6e483 commit 1a0de81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/AccessViolationException.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
Make sure that the memory that you are attempting to access has been allocated.
5656
An <xref:System.AccessViolationException> exception is always thrown by an attempt to access protected memory -- that is, to access memory that is not allocated or that is not owned by a process.
5757
58-
Automatic memory management is one of the services that the common language runtime provides. If managed code provides the same functionality as your unmanagede code, you may wish to move to managed code to take advantage of this functionality. For more information, see [Automatic Memory Management](~/docs/standard/automatic-memory-management.md).
58+
Automatic memory management is one of the services that the common language runtime provides. If managed code provides the same functionality as your unmanaged code, you may wish to move to managed code to take advantage of this functionality. For more information, see [Automatic Memory Management](~/docs/standard/automatic-memory-management.md).
5959
6060
Make sure that the memory that you are attempting to access has not been corrupted.
6161
If several read or write operations have occurred through bad pointers, memory may be corrupted. This typically occurs when reading or writing to addresses outside of a predefined buffer.
@@ -276,4 +276,4 @@
276276
</Docs>
277277
</Member>
278278
</Members>
279-
</Type>
279+
</Type>

0 commit comments

Comments
 (0)