summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoroutesegment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoroutesegment.cpp')
-rw-r--r--src/location/maps/qgeoroutesegment.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeoroutesegment.cpp b/src/location/maps/qgeoroutesegment.cpp
index b02285bc..aff54fc7 100644
--- a/src/location/maps/qgeoroutesegment.cpp
+++ b/src/location/maps/qgeoroutesegment.cpp
@@ -59,7 +59,7 @@ QGeoRouteSegmentPrivate *QExplicitlySharedDataPointer<QGeoRouteSegmentPrivate>::
A QGeoRouteSegment instance has information about the physical layout
of the route segment, the length of the route and estimated time required
to traverse the route segment and an optional QGeoManeuver associated with
- the end of the route segment.
+ the beginning of the route segment.
QGeoRouteSegment instances can be thought of as edges on a routing
graph, with QGeoManeuver instances as optional labels attached to the
@@ -257,7 +257,7 @@ void QGeoRouteSegment::setManeuver(const QGeoManeuver &maneuver)
Returns the maneuver for this route segment.
Will return an invalid QGeoManeuver if no information has been attached
- to the endpoint of this route segment.
+ to the starting point of this route segment.
*/
QGeoManeuver QGeoRouteSegment::maneuver() const
{