Index: src/org/openstreetmap/josm/data/osm/Way.java
===================================================================
--- src/org/openstreetmap/josm/data/osm/Way.java	(revision 5692)
+++ src/org/openstreetmap/josm/data/osm/Way.java	(working copy)
@@ -689,7 +689,7 @@
 
     /**
      * Replies the first node of this way, respecting or not its oneway state.
-     * @param respectOneway If true and if this way is a oneway, replies the last node. Otherwise, replies the first node.
+     * @param respectOneway If true and if this way is a reversed oneway, replies the last node. Otherwise, replies the first node.
      * @return the first node of this way, according to {@code respectOneway} and its oneway state.
      * @since 5199
      */
@@ -699,7 +699,7 @@
 
     /**
      * Replies the last node of this way, respecting or not its oneway state.
-     * @param respectOneway If true and if this way is a oneway, replies the first node. Otherwise, replies the last node.
+     * @param respectOneway If true and if this way is a reversed oneway, replies the first node. Otherwise, replies the last node.
      * @return the last node of this way, according to {@code respectOneway} and its oneway state.
      * @since 5199
      */
