diff options
Diffstat (limited to 'src/road_func.h')
-rw-r--r-- | src/road_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/road_func.h b/src/road_func.h index c4af229d5..06be7c4aa 100644 --- a/src/road_func.h +++ b/src/road_func.h @@ -39,7 +39,7 @@ static inline bool IsValidRoadType(RoadType rt) /** * Whether the given roadtype is valid. - * @param rt the roadtype to check for validness + * @param r the roadtype to check for validness * @return true if and only if valid */ static inline bool IsValidRoadBits(RoadBits r) |