Copter: minor comment fix to auto mode

This commit is contained in:
Randy Mackay 2024-09-11 20:21:19 +09:00
parent 37a7635c66
commit 91926674e9
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ void ModeAuto::land_start()
set_submode(SubMode::LAND);
}
// auto_circle_movetoedge_start - initialise waypoint controller to move to edge of a circle with it's center at the specified location
// circle_movetoedge_start - initialise waypoint controller to move to edge of a circle with it's center at the specified location
// we assume the caller has performed all required GPS_ok checks
void ModeAuto::circle_movetoedge_start(const Location &circle_center, float radius_m, bool ccw_turn)
{