Index: trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java	(revision 1470)
+++ trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java	(revision 1471)
@@ -328,5 +328,5 @@
         if(uninteresting == null)
             uninteresting = Main.pref.getCollection("tags.uninteresting",
-            Arrays.asList(new String[]{"source","note","converted_by","created_by"}));
+            Arrays.asList(new String[]{"source","note","comment","converted_by","created_by"}));
         if (keys != null) {
             for (Entry<String,String> e : keys.entrySet()) {
