diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index e6933f30829d2f539d7b0198e36ce4fee9729ee8..8f3e35acb076ca9f6c31d1a90a450d3bc27c1cc1 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-10  Tom Tromey  <tromey@redhat.com>
+
+	* gnu/classpath/natSystemProperties.cc (insertSystemProperties):
+	Removed obsolete comment.
+
 2006-10-10  Keith Seitz  <keiths@redhat.com>
 
 	* include/java-interp.h (_Jv_InterpMethod::get_insn): Declare.
diff --git a/libjava/gnu/classpath/natSystemProperties.cc b/libjava/gnu/classpath/natSystemProperties.cc
index 958fdcbaf18ee5799416a7417e9c253b01d9fb67..8196ea33f9f4bcdc50abe36f79030f279803f2bd 100644
--- a/libjava/gnu/classpath/natSystemProperties.cc
+++ b/libjava/gnu/classpath/natSystemProperties.cc
@@ -363,7 +363,7 @@ gnu::classpath::SystemProperties::insertSystemProperties (java::util::Properties
   _Jv_platform_initProperties (newprops);
 
   // If java.library.path is set, tell libltdl so we search the new
-  // directories as well.  FIXME: does this work properly on Windows?
+  // directories as well.
   ::java::lang::String *path = newprops->getProperty(JvNewStringLatin1("java.library.path"));
   if (path)
     {