From fbb4e9078a51086b4062fc624c46f2a0f675494b Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Mon, 20 Apr 2015 10:30:21 +0200 Subject: [PATCH] Updated restriction parser doc --- extractor/restriction_parser.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/restriction_parser.hpp b/extractor/restriction_parser.hpp index 23b111d27..f99335d2f 100644 --- a/extractor/restriction_parser.hpp +++ b/extractor/restriction_parser.hpp @@ -55,7 +55,7 @@ class ScriptingEnvironment; * The restriction is represented by the osm id of the from way, the osm id of the * to way and the osm id of the via node. This representation must be post-processed * in the extractor to work with the edge-based data-model of OSRM: - * Since the from and to way share the via-way as node a turn will have the following form: + * Since the from and to way share the via-node a turn will have the following form: * ...----(a)-----(via)------(b)----... * So it can be represented by the tripe (a, via, b). */