summaryrefslogtreecommitdiffstats
path: root/gcc/java/gcj.texi
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-04 15:29:52 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-04 15:29:52 +0000
commit34882fefeb29d8356b0bb17802e26e097ed65688 (patch)
tree8490d56079283c01075dcee78421b4ae9fcf7ea1 /gcc/java/gcj.texi
parentcba6c3cc933612790bcc31aa554b5c73d007e68a (diff)
downloadppe42-gcc-34882fefeb29d8356b0bb17802e26e097ed65688.tar.gz
ppe42-gcc-34882fefeb29d8356b0bb17802e26e097ed65688.zip
* gcj.texi: Fix a typo.
* lang.c: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97551 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r--gcc/java/gcj.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index e71511af770..523a0b59b02 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -1653,7 +1653,7 @@ java::util::Hashtable *ht = new java::util::Hashtable(120);
@node Memory allocation
@section Memory allocation
-When allocting memory in @acronym{CNI} methods it is best to handle
+When allocating memory in @acronym{CNI} methods it is best to handle
out-of-memory conditions by throwing a Java exception. These
functions are provided for that purpose:
OpenPOWER on IntegriCloud