@@ -387,7 +387,7 @@ message Lane
387387 //
388388 enum Subtype
389389 {
390- // Lane of unknown subtype (must not be used in ground truth) .
390+ // Lane of unknown subtype. Do not use in ground truth.
391391 //
392392 SUBTYPE_UNKNOWN = 0 ;
393393
@@ -400,28 +400,28 @@ message Lane
400400 // HighwayExit.
401401 //
402402 // Since it is intended to be used for normal automotive
403- // driving it should be used in combination with TYPE_DRIVING.
403+ // driving, it should be used in combination with TYPE_DRIVING.
404404 //
405405 SUBTYPE_NORMAL = 2 ;
406406
407- // A lane which is designated for bicylists.
407+ // A lane that is designated for bicylists.
408408 //
409409 // Since it is not intended to be used for normal automotive
410- // driving it should be used in combination with TYPE_NONDRIVING.
410+ // driving, it should be used in combination with TYPE_NONDRIVING.
411411 //
412412 SUBTYPE_BIKING = 3 ;
413413
414- // A lane which is designated for pedestrians (sidewalk).
414+ // A lane that is designated for pedestrians (sidewalk).
415415 //
416416 // Since it is not intended to be used for normal automotive
417- // driving it should be used in combination with TYPE_NONDRIVING.
417+ // driving, it should be used in combination with TYPE_NONDRIVING.
418418 //
419419 SUBTYPE_SIDEWALK = 4 ;
420420
421421 // A lane with parking spaces.
422422 //
423423 // Since it is not intended to be used for normal automotive
424- // driving it should be used in combination with TYPE_NONDRIVING.
424+ // driving, it should be used in combination with TYPE_NONDRIVING.
425425 //
426426 SUBTYPE_PARKING = 5 ;
427427
@@ -430,28 +430,28 @@ message Lane
430430 // HighwayExit.
431431 //
432432 // Since it is not intended to be used for normal automotive
433- // driving it should be used in combination with TYPE_NONDRIVING.
433+ // driving, it should be used in combination with TYPE_NONDRIVING.
434434 //
435435 SUBTYPE_STOP = 6 ;
436436
437437 // A lane on which cars should not drive.
438438 //
439439 // Since it is not intended to be used for normal automotive
440- // driving it should be used in combination with TYPE_NONDRIVING.
440+ // driving, it should be used in combination with TYPE_NONDRIVING.
441441 //
442442 SUBTYPE_RESTRICTED = 7 ;
443443
444444 // A hard border on the edge of a road.
445445 //
446446 // Since it is not intended to be used for normal automotive
447- // driving it should be used in combination with TYPE_NONDRIVING.
447+ // driving, it should be used in combination with TYPE_NONDRIVING.
448448 //
449449 SUBTYPE_BORDER = 8 ;
450450
451451 // A soft border on the edge of a road.
452452 //
453453 // Since it is not intended to be used for normal automotive
454- // driving it should be used in combination with TYPE_NONDRIVING.
454+ // driving, it should be used in combination with TYPE_NONDRIVING.
455455 //
456456 SUBTYPE_SHOULDER = 9 ;
457457
@@ -460,35 +460,35 @@ message Lane
460460 // HighwayExit.
461461 //
462462 // Since it is intended to be used for normal automotive
463- // driving it should be used in combination with TYPE_DRIVING.
463+ // driving, it should be used in combination with TYPE_DRIVING.
464464 //
465465 SUBTYPE_EXIT = 10 ;
466466
467467 // An acceleration lane in parallel to the main road.
468468 //
469469 // Since it is intended to be used for normal automotive
470- // driving it should be used in combination with TYPE_DRIVING.
470+ // driving, it should be used in combination with TYPE_DRIVING.
471471 //
472472 SUBTYPE_ENTRY = 11 ;
473473
474- // A ramp leading to a motorway from rural or urban roads.
474+ // A ramp from rural or urban roads joining a motorway .
475475 //
476476 // Since it is intended to be used for normal automotive
477- // driving it should be used in combination with TYPE_DRIVING.
477+ // driving, it should be used in combination with TYPE_DRIVING.
478478 //
479479 SUBTYPE_ONRAMP = 12 ;
480480
481- // A ramp leading away from a motorway onto rural or urban roads.
481+ // A ramp leading off a motorway onto rural or urban roads.
482482 //
483483 // Since it is intended to be used for normal automotive
484- // driving it should be used in combination with TYPE_DRIVING.
484+ // driving, it should be used in combination with TYPE_DRIVING.
485485 //
486486 SUBTYPE_OFFRAMP = 13 ;
487487
488488 // A ramp that connect two motorways.
489489 //
490490 // Since it is intended to be used for normal automotive
491- // driving it should be used in combination with TYPE_DRIVING.
491+ // driving, it should be used in combination with TYPE_DRIVING.
492492 //
493493 SUBTYPE_CONNECTINGRAMP = 14 ;
494494 }
0 commit comments