]> git.sur5r.net Git - cc65/commitdiff
Fixed a few typos (note from Stefan Haubenthal)
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 22 Jan 2005 14:45:25 +0000 (14:45 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 22 Jan 2005 14:45:25 +0000 (14:45 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3372 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/cc65.sgml

index 8998bfd62f46335198abbe2d90b0e0f2163679bd..e89fc842eeaa3932352dbc880c86315db2872267 100644 (file)
@@ -194,7 +194,7 @@ Here is a description of all the command line options:
   locations). There is some overhead involved with register variables, since
   the old contents of the registers must be saved and restored. Since register
   variables are of limited use without the optimizer, there is also a combined
-  switch: <tt/-Or/ will enable both, the optmizer and register variables.
+  switch: <tt/-Or/ will enable both, the optimizer and register variables.
 
   For more information about register variables see <ref id="regvars"
   name="register variables">.
@@ -657,7 +657,7 @@ The compiler defines several macros at startup:
   <itemize>
   <item><tt/__CC65_STD_C89__/
   <item><tt/__CC65_STD_C99__/
-  <item><tt/__CC65_STD_CCC65__/
+  <item><tt/__CC65_STD_CC65__/
   </itemize>
 
   <tag><tt>__OPT__</tt></tag>
@@ -1031,7 +1031,7 @@ Or, to access a struct member of a static variable:
 </verb></tscreen>
 <p>
 
-Note: Do not embedd the assembler labels that are used as names of global
+Note: Do not embed the assembler labels that are used as names of global
 variables or functions into your asm statements. Code like this
 
 <tscreen><verb>