diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-28 18:03:28 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-28 18:03:28 +0000 |
commit | 3c8148a687c7bd5c0c1d4ba4ceef949bd1e39e62 (patch) | |
tree | 476907f2cf934fdc4751893878c1d3f0fa3b64c3 /gcc/ada/gnat_rm.texi | |
parent | 8e2caf1e9b8eddf26f80b9d7ce8bb93151982deb (diff) | |
download | gcc-3c8148a687c7bd5c0c1d4ba4ceef949bd1e39e62.tar.gz |
* decl.c, env.c, gigi.h, init.c, initialize.c, raise-gcc.c,
sem_ch13.adb, sysdep.c, targtyps.c, tb-alvxw.c, tracebak.c,
trans.c, utils.c: Fix comment typos. Follow spelling
conventions.
* gnat_rm.texi, gnat_ugn.texi, : Fix typos. Follow spelling
conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114171 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gnat_rm.texi')
-rw-r--r-- | gcc/ada/gnat_rm.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi index 87def3a76ce..a0f1b4fa96e 100644 --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -7146,7 +7146,7 @@ case letters. This line is always present. @item @code{ppp} is the Process Id value as a decimal integer (this line is -present only if the Process Id is non-zero). Currently we are +present only if the Process Id is nonzero). Currently we are not making use of this field. @item @@ -7456,7 +7456,7 @@ must define with the following profile: The parameter is a C null-terminated string representing a message to be associated with the exception (typically the source location of the raise - statement generated by the compiler). The Line parameter when non-zero + statement generated by the compiler). The Line parameter when nonzero represents the line number in the source program where the raise occurs. @item No_Exception_Streams @@ -8185,7 +8185,7 @@ The ceiling priority of internal protected objects is @strong{101}. Implementation-defined queuing policies. See D.4(1). @end cartouche @noindent -There are no implementation-defined queueing policies. +There are no implementation-defined queuing policies. @sp 1 @cartouche |