From 0af830bbb76f6c3e9ccd00e16e8e8743850bbfd3 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Mon, 11 Nov 2019 11:36:12 +0900 Subject: [PATCH] AP_Terrain: minor comment fix --- libraries/AP_Terrain/AP_Terrain.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/AP_Terrain/AP_Terrain.h b/libraries/AP_Terrain/AP_Terrain.h index 8f9c8cff07..a62edfeb22 100644 --- a/libraries/AP_Terrain/AP_Terrain.h +++ b/libraries/AP_Terrain/AP_Terrain.h @@ -153,11 +153,10 @@ public: bool extrapolate = false); /* - return current height above terrain at current AHRS - position. + return current height above terrain at current AHRS position. If extrapolate is true then extrapolate from most recently - available terrain data is terrain data is not available for the + available terrain data if terrain data is not available for the current location. Return true if height is available, otherwise false.