We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bf49b commit f9c0ff3Copy full SHA for f9c0ff3
pal/src/map/map.cpp
@@ -1719,7 +1719,7 @@ static INT MAPFileMapToMmapFlags( DWORD flags )
1719
else if ( FILE_MAP_WRITE == flags )
1720
{
1721
TRACE( "FILE_MAP_WRITE\n" );
1722
- /* The limitation of x86 archetecture
+ /* The limitation of x86 architecture
1723
means you cant have writable but not readable
1724
page. In Windows maps of FILE_MAP_WRITE can still be
1725
read from. */
0 commit comments