Browse Source

AP_Common : correct comment spelling

apm_2208
Ruffalo-sunghwan 3 years ago committed by Randy Mackay
parent
commit
988eb67298
  1. 2
      libraries/AP_Common/TSIndex.h

2
libraries/AP_Common/TSIndex.h

@ -98,7 +98,7 @@ private: @@ -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.
///

Loading…
Cancel
Save