fix spelling mistakes
Modified: trunk/reactos/config
_____
Modified: trunk/reactos/config
--- trunk/reactos/config 2005-03-02 22:56:41 UTC (rev 13803)
+++ trunk/reactos/config 2005-03-03 02:46:43 UTC (rev 13804)
@@ -7,12 +7,12 @@
#
-# 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
Mispelled word and wrong past tense in a comment.
Modified: trunk/reactos/subsys/smss/smapiexec.c
_____
Modified: trunk/reactos/subsys/smss/smapiexec.c
--- trunk/reactos/subsys/smss/smapiexec.c 2005-03-02 22:09:53 UTC
(rev 13800)
+++ trunk/reactos/subsys/smss/smapiexec.c 2005-03-02 22:17:34 UTC
(rev 13801)
@@ -127,8 +127,8 @@
* ARGUMENTS
* Name: name of the program to run, that is a value's name in
* the SM registry key Subsystems;
- * Data: what the registry gived back for Name;
- * DataLength: how much Data the registry retruns;
+ * Data: what the registry gave back for Name;
+ * DataLength: how much Data the registry returns;
* DataType: what is Data?
* Expand: set it TRUE if you want this function to use the env
* to possibly expand Data before giving it back.