@@ -844,7 +844,7 @@ message LogicalLane
844844 // valid rule should be provided.
845845 //
846846 // Note: Each traffic rule corresponds to only one lane. If the traffic rule
847- // is also valid on adjacent/successing/predecessing lanes it needs to be
847+ // is also valid on adjacent/successor/predecessor lanes it needs to be
848848 // specified for each lane individually.
849849 //
850850 // \brief Logical Model of a traffic rule on a lane.
@@ -896,25 +896,25 @@ message LogicalLane
896896 optional double end_s = 2 ;
897897
898898 //
899- // List of traffic participan types for which the speed limit is valid.
899+ // List of traffic participant types for which the speed limit is valid.
900900 // If the traffic rule validity is independent of the vehicle type
901901 // the list should be empty.
902902 //
903903 repeated TypeValidity valid_for_type = 3 ;
904904
905905 //
906- // \brief Type of traffic paricipant for which a rule is valid.
906+ // \brief Type of traffic participant for which a rule is valid.
907907 //
908908 message TypeValidity {
909909
910910 //
911- // The type of objects for which the traffic rule applys .
911+ // The type of object for which the traffic rule is valid .
912912 // Must not be UNKNOWN or OTHER
913913 //
914914 optional MovingObject.Type type = 1 ;
915915
916916 //
917- // Vehicle classification type for trafic participants
917+ // Vehicle classification type for traffic participants
918918 // May only be set if type is TYPE_VEHICLE. Must not be UNKNOWN or OTHER.
919919 //
920920 optional MovingObject.VehicleClassification.Type vehicle_type = 2 ;
@@ -934,10 +934,10 @@ message LogicalLane
934934
935935 //
936936 // The value of the speed limit.
937- // The unit filed in the TrafficSigneValue message may only be set to
937+ // The unit filed in the TrafficSignValue message may only be set to
938938 // units associated with velocities and must not be UNKNOWN or OTHER.
939939 //
940- // Note: All speed limits are to be modelled this way, indpendent
940+ // Note: All speed limits are to be led this way, independent
941941 // of how they are induced.
942942 //
943943 optional TrafficSignValue speed_limit_value = 1 ;
0 commit comments