From c7273283dffbb501858dbfbecd42d5515c49ad8e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 2 Feb 2005 16:19:45 +0000 Subject: PersistentByteMap.java: Fixed typo. * gnu/gcj/runtime/PersistentByteMap.java: Fixed typo. * prims.cc: Fixed comment. From-SVN: r94592 --- libjava/gnu/gcj/runtime/PersistentByteMap.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/gnu/gcj/runtime/PersistentByteMap.java') diff --git a/libjava/gnu/gcj/runtime/PersistentByteMap.java b/libjava/gnu/gcj/runtime/PersistentByteMap.java index 90b7d33..230d785 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 -- cgit v1.1