From 34882fefeb29d8356b0bb17802e26e097ed65688 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 4 Apr 2005 15:29:52 +0000 Subject: * 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 --- gcc/java/gcj.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/gcj.texi') 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: -- cgit v1.2.1