Skip to content

Commit f9c0ff3

Browse files
archetecture -> architecture
1 parent 84bf49b commit f9c0ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pal/src/map/map.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1719,7 +1719,7 @@ static INT MAPFileMapToMmapFlags( DWORD flags )
17191719
else if ( FILE_MAP_WRITE == flags )
17201720
{
17211721
TRACE( "FILE_MAP_WRITE\n" );
1722-
/* The limitation of x86 archetecture
1722+
/* The limitation of x86 architecture
17231723
means you cant have writable but not readable
17241724
page. In Windows maps of FILE_MAP_WRITE can still be
17251725
read from. */

0 commit comments

Comments
 (0)