summaryrefslogtreecommitdiff
path: root/gcc/java/gcj.texi
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-25 13:49:22 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-25 13:49:22 +0000
commit2ddee53c9aca8643d17847b15409f28119b55f26 (patch)
tree0e360aff4616fc788dff646b581c058a5519087f /gcc/java/gcj.texi
parent41fc6ce4194416f39ae2907317ac9c5975dac36b (diff)
downloadgcc-2ddee53c9aca8643d17847b15409f28119b55f26.tar.gz
* expr.c, jcf-dump.c, parse-scan.y, parse.y: Fix
comment typos. * gcj.texi: Fix typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88099 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r--gcc/java/gcj.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index ba2c5d725dd..1ef0babb4c0 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -185,7 +185,7 @@ Java bytecode files.
An archive containing one or more @code{.class} files, all of
which are compiled. The archive may be compressed. Files in
an archive which don't end with @samp{.class} are treated as
-resource files; they are copmiled into the resulting object file
+resource files; they are compiled into the resulting object file
as @samp{core:} URLs.
@item @@@var{file}
A file containing a whitespace-separated list of input file names.
@@ -386,7 +386,7 @@ of the previous mechanism) has some advantages: it is compatible with
static linking, and does not require configuring or installing libraries.
@end itemize
-These @code{gij} options relate to linking an execitable:
+These @code{gij} options relate to linking an executable:
@table @gcctabopt
@item --main=@var{CLASSNAME}