Sfoglia il codice sorgente

* few mistypings corrected

Tomas Hajny 22 anni fa
parent
commit
c1b9d700bc
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 2 2
      docs/prog.tex
  2. 1 1
      docs/syntax/construct.syn

+ 2 - 2
docs/prog.tex

@@ -1292,7 +1292,7 @@ the following conditions are satisfied:
 \item The procedure has no local variables.
 \item The procedure has no local variables.
 \item If the procedure is not an \var{assembler} procedure, it must not have
 \item If the procedure is not an \var{assembler} procedure, it must not have
 a \var{asm \dots end;} block.
 a \var{asm \dots end;} block.
-\item it is not a constuctor or desctructor.
+\item it is not a constructor or destructor.
 \end{itemize}
 \end{itemize}
 If these conditions are satisfied, the stack frame will be omitted.
 If these conditions are satisfied, the stack frame will be omitted.
 
 
@@ -1688,7 +1688,7 @@ sections.
 \label{se:Intel}
 \label{se:Intel}
 
 
 \fpc supports Intel syntax for the Intel family of Ix86 processors
 \fpc supports Intel syntax for the Intel family of Ix86 processors
-in it's \var{asm} blocks.
+in its \var{asm} blocks.
 
 
 The Intel syntax in your \var{asm} block is converted to AT\&T syntax by the
 The Intel syntax in your \var{asm} block is converted to AT\&T syntax by the
 compiler, after which it is inserted in the compiled source.
 compiler, after which it is inserted in the compiled source.

+ 1 - 1
docs/syntax/construct.syn

@@ -14,7 +14,7 @@
  \synt{formal\ parameter\ list}
  \synt{formal\ parameter\ list}
 \end{mysyntdiag}
 \end{mysyntdiag}
 \begin{mysyntdiag}
 \begin{mysyntdiag}
-\synt{desctructor\ header}
+\synt{destructor\ header}
 \lit*{destructor} 
 \lit*{destructor} 
 \begin{stack} \synt{identifier} \\ \synt{qualified\ method\ identifier} \end{stack}
 \begin{stack} \synt{identifier} \\ \synt{qualified\ method\ identifier} \end{stack}
  \synt{formal\ parameter\ list}
  \synt{formal\ parameter\ list}