From 988eb67298cd8ccd9021111f33801f8f8013663d Mon Sep 17 00:00:00 2001 From: Ruffalo-sunghwan Date: Mon, 23 May 2022 13:52:49 +0900 Subject: [PATCH] AP_Common : correct comment spelling --- libraries/AP_Common/TSIndex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Common/TSIndex.h b/libraries/AP_Common/TSIndex.h index 41821e6d78..6dd88a9216 100644 --- a/libraries/AP_Common/TSIndex.h +++ b/libraries/AP_Common/TSIndex.h @@ -98,7 +98,7 @@ private: base_type p; }; -/// This template associates the the base_type array with accessor_type(index). +/// This template associates the base_type array with accessor_type(index). /// So the elements can be accessed using [] only using accessor_type index /// _priv_instance is kept public for use in Parameter declaration. ///