sbsv2/raptor/notes/tcomsupport.txt
branchfix
changeset 516 cd8318d5fb3a
parent 514 92300322d8f8
child 522 9971c248e894
--- a/sbsv2/raptor/notes/tcomsupport.txt	Fri Apr 30 17:18:03 2010 +0100
+++ b/sbsv2/raptor/notes/tcomsupport.txt	Sat May 01 00:09:59 2010 +0100
@@ -2,7 +2,7 @@
 -------------------
 
 Raptor supports an updated version of the Trace Compiler which has
-an improved commandline interface that allows Raptor to specify the
+an improved command-line interface that allows Raptor to specify the
 directory in which trace data should be written.  This allows MMPs to
 implement a new convention for where trace files are stored.
 
@@ -11,7 +11,7 @@
 build tasks trying to create the same trace file (header/dictionary).
 This caused build slowdowns and also made the trace data inaccurate.
 
-The standard for this directory is that the last twwo elements of the
+The standard for this directory is that the last two elements of the
 path should be
 
    traces/traces_<targetname>_<ext>
@@ -21,7 +21,7 @@
    traces/traces_euser_dll
 
 The new trace compiler also creates "autogen" headers in a new location
-under epoc32/include/platform rather than epoc32/incude/internal.
+under epoc32/include/platform rather than epoc32/include/internal.
 
 Trace Headers Directory can now also be in SYSTEMINCLUDEs
 ----------------------------------------------------------
@@ -46,6 +46,6 @@
 
 Some build engines consider it a "clash" when two jobs attempt to make the
 same directory.  This change causes some important trace output directories
-to be created during makefile parsing which removes the (small) possibilty
+to be created during makefile parsing which removes the (small) possibility
 that they would clash during the build part.