Patch: FYI: typo

Tom Tromey tromey@redhat.com
Tue May 7 12:11:00 GMT 2002


I'm checking this in.
This fixes a typo in a comment.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* java/lang/natString.cc (unintern): Fixed typo.

Index: java/lang/natString.cc
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/lang/natString.cc,v
retrieving revision 1.25
diff -u -r1.25 natString.cc
--- java/lang/natString.cc 15 Nov 2001 02:22:52 -0000 1.25
+++ java/lang/natString.cc 7 May 2002 18:49:52 -0000
@@ -1,6 +1,6 @@
 // natString.cc - Implementation of java.lang.String native methods.
 
-/* Copyright (C) 1998, 1999, 2000, 2001  Free Software Foundation
+/* Copyright (C) 1998, 1999, 2000, 2001, 2002  Free Software Foundation
 
    This file is part of libgcj.
 
@@ -198,7 +198,7 @@
   // interning the String.  If we subsequently re-intern the same
   // String, then we set the bit.  When finalizing, if the bit is set
   // then we clear it and re-register the finalizer.  We know this is
-  // a safe approach because both the intern() and unintern() acquire
+  // a safe approach because both intern() and unintern() acquire
   // the class lock; this bit can't be manipulated when the lock is
   // not held.  So if we are finalizing and the bit is clear then we
   // know all references are gone and we can clear the entry in the



More information about the Java-patches mailing list