summaryrefslogtreecommitdiffstats
path: root/libjava/gnu/gcj/runtime/PersistentByteMap.java
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-02 16:19:45 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-02 16:19:45 +0000
commit516a329b4cd4a6fa7dffe83ba1c2c3cf7d924b6f (patch)
tree723084397e2c059dc341e633e86d970dde8f9c81 /libjava/gnu/gcj/runtime/PersistentByteMap.java
parent2d68741d5c043978fbe77f79174b6077c98ca8fb (diff)
downloadppe42-gcc-516a329b4cd4a6fa7dffe83ba1c2c3cf7d924b6f.tar.gz
ppe42-gcc-516a329b4cd4a6fa7dffe83ba1c2c3cf7d924b6f.zip
* gnu/gcj/runtime/PersistentByteMap.java: Fixed typo.
* prims.cc: Fixed comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94592 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gnu/gcj/runtime/PersistentByteMap.java')
-rw-r--r--libjava/gnu/gcj/runtime/PersistentByteMap.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/gnu/gcj/runtime/PersistentByteMap.java b/libjava/gnu/gcj/runtime/PersistentByteMap.java
index 90b7d33a8f4..230d7858576 100644
--- a/libjava/gnu/gcj/runtime/PersistentByteMap.java
+++ b/libjava/gnu/gcj/runtime/PersistentByteMap.java
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation
+/* Copyright (C) 2004, 2005 Free Software Foundation
This file is part of libgcj.
@@ -11,7 +11,7 @@ details. */
/* A PersistentByteMap maps a byte array to another byte array. It
uses a file that does not need to be serialized but may be
memory-mapped and read in-place. So, even if there are many instances
-of gcj applications running, the can share PersistentByteMaps.
+of gcj applications running, they can share PersistentByteMaps.
The idea is to make searches as fast as possible: opening a
PersistentByteMap is cheap and search time doesn't grow with the
OpenPOWER on IntegriCloud