diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-04 15:29:52 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-04 15:29:52 +0000 |
commit | df04438806922874ac6372c4f3e990a9fc7dfd90 (patch) | |
tree | 8490d56079283c01075dcee78421b4ae9fcf7ea1 /gcc/java/gcj.texi | |
parent | 5e77eb534bb84d6afdf489f007079ce90fcf8b9d (diff) | |
download | gcc-df04438806922874ac6372c4f3e990a9fc7dfd90.zip gcc-df04438806922874ac6372c4f3e990a9fc7dfd90.tar.gz gcc-df04438806922874ac6372c4f3e990a9fc7dfd90.tar.bz2 |
gcj.texi: Fix a typo.
* gcj.texi: Fix a typo.
* lang.c: Fix a comment typo.
From-SVN: r97551
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r-- | gcc/java/gcj.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index e71511a..523a0b5 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: |