diff --git a/src/modules/navigator/navigator.h b/src/modules/navigator/navigator.h
index 99e70b9e521df94d8b991bf5bbbf78e40d0e198a..0e0c655ebe4522afd9d3652fc0c14cf49ceff39e 100644
--- a/src/modules/navigator/navigator.h
+++ b/src/modules/navigator/navigator.h
@@ -253,7 +253,7 @@ public:
 	 *
 	 * @param mission_item_yaw the yaw to use in case the controller-derived radius is finite
 	 *
-	 * @return the yaw at which the next waypoint should be used or if the yaw at a waypoint
+	 * @return the yaw at which the next waypoint should be used or NaN if the yaw at a waypoint
 	 * should be ignored
 	 */
 	float 		get_yaw_acceptance(float mission_item_yaw);