mirror of
https://github.com/reactos/reactos.git
synced 2025-04-11 08:13:25 +00:00
fix spelling mistakes
svn path=/trunk/; revision=13804
This commit is contained in:
parent
113ecdfc88
commit
e3fe1f6006
1 changed files with 3 additions and 3 deletions
|
@ -7,12 +7,12 @@ ARCH := i386
|
|||
|
||||
|
||||
#
|
||||
# Which cpu should reactos optimze for
|
||||
# Which cpu should reactos optimize for
|
||||
# example : i486, i586, pentium, pentium2, pentium3, pentium4
|
||||
# athlon-xp, athlon-mp, k6-2,
|
||||
#
|
||||
# see gcc manual for more cpu name and which cpu it can
|
||||
# be optimze for.
|
||||
# see gcc manual for more cpu names and which cpus it can
|
||||
# be optimized for.
|
||||
#
|
||||
|
||||
OARCH := i486
|
||||
|
|
Loading…
Reference in a new issue