summaryrefslogtreecommitdiff
path: root/src/roadstop_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/roadstop_base.h')
-rw-r--r--src/roadstop_base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/roadstop_base.h b/src/roadstop_base.h
index 1273bbe66..ee470db8d 100644
--- a/src/roadstop_base.h
+++ b/src/roadstop_base.h
@@ -109,7 +109,7 @@ struct RoadStop : RoadStopPool::PoolItem<&_roadstop_pool> {
/**
* Makes an entrance occupied or free
- * @param busy if true, marks busy; free otherwise
+ * @param busy If true, marks busy; free otherwise.
*/
inline void SetEntranceBusy(bool busy)
{
@@ -118,7 +118,7 @@ struct RoadStop : RoadStopPool::PoolItem<&_roadstop_pool> {
/**
* Get the drive through road stop entry struct for the given direction.
- * @param direction the direciton to get the entry for
+ * @param dir The direction to get the entry for.
* @return the entry
*/
inline const Entry *GetEntry(DiagDirection dir) const
@@ -128,7 +128,7 @@ struct RoadStop : RoadStopPool::PoolItem<&_roadstop_pool> {
/**
* Get the drive through road stop entry struct for the given direction.
- * @param direction the direciton to get the entry for
+ * @param dir The direction to get the entry for.
* @return the entry
*/
inline Entry *GetEntry(DiagDirection dir)