fix small spelling fault

svn path=/trunk/; revision=10882
This commit is contained in:
Magnus Olsen 2004-09-17 09:25:10 +00:00
parent 6c4737effa
commit 74d54596e4

View file

@ -9,7 +9,7 @@ ARCH := i386
# #
# Which cpu should reactos optimze for # Which cpu should reactos optimze for
# example : i486, i586, pentium, pentium2, pentum3, pentium4 # example : i486, i586, pentium, pentium2, pentum3, pentium4
# athlond-xp, athlond-mp, k6-2, # athlon-xp, athlon-mp, k6-2,
# #
# see gcc manual for more cpu name and which cpu it can # see gcc manual for more cpu name and which cpu it can
# be optimze for. # be optimze for.
@ -20,12 +20,12 @@ OARCH := i486
# #
# Whether to compile in the kernel debugger # Whether to compile in the kernel debugger
# #
KDBG := 0 KDBG := 1
# #
# Whether to compile for debugging # Whether to compile for debugging
# #
DBG := 0 DBG := 1
# #
# Whether to compile with optimizations # Whether to compile with optimizations