AP_Common : correct comment spelling

This commit is contained in:
Ruffalo-sunghwan 2022-05-23 13:52:49 +09:00 committed by Randy Mackay
parent e4a4fbe17a
commit 988eb67298
1 changed files with 1 additions and 1 deletions

View File

@ -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.
///