aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-09-07 15:32:28 +0200
committerThomas Gubler <thomasgubler@gmail.com>2014-09-22 10:54:18 +0200
commit1fb8e76f0a4508cadd63b47e6f94a6638b699bcc (patch)
treee6fa1a1a06730da5da204a6e6e14c5c397a73dd7 /src/modules
parenta8239b2c4516c36d30767c0ae61b30f1e2dde096 (diff)
downloadpx4-firmware-1fb8e76f0a4508cadd63b47e6f94a6638b699bcc.tar.gz
px4-firmware-1fb8e76f0a4508cadd63b47e6f94a6638b699bcc.tar.bz2
px4-firmware-1fb8e76f0a4508cadd63b47e6f94a6638b699bcc.zip
fix typo in comment
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp b/src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
index ee08f3e98..f44985d50 100644
--- a/src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
+++ b/src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
@@ -1218,7 +1218,7 @@ FixedwingPositionControl::control_position(const math::Vector<2> &current_positi
}
if (_vehicle_status.engine_failure || _vehicle_status.engine_failure_cmd) {
- /* Set thrrust to 0 to minimize damage */
+ /* Set thrust to 0 to minimize damage */
_att_sp.thrust = 0.0f;
} else if (pos_sp_triplet.current.type == SETPOINT_TYPE_TAKEOFF &&
launch_detection_state != LAUNCHDETECTION_RES_DETECTED_ENABLEMOTORS) {