Copter: minor comment fix

This commit is contained in:
Randy Mackay 2020-07-09 21:00:20 +09:00
parent 8aeec6c4d1
commit 29a2be2d63
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ bool ModeAuto::verify_command(const AP_Mission::Mission_Command& cmd)
return cmd_complete;
}
// auto_takeoff_run - takeoff in auto mode
// takeoff_run - takeoff in auto mode
// called by auto_run at 100hz or more
void ModeAuto::takeoff_run()
{