[lldb] Fixes comment typos.
This commit is contained in:
@@ -73,9 +73,9 @@ private:
|
||||
size_t m_size = 0;
|
||||
/// slice_array.__stride_.
|
||||
size_t m_stride = 0;
|
||||
/// The type of slize_array's template argument T.
|
||||
/// The type of slice_array's template argument T.
|
||||
CompilerType m_element_type;
|
||||
/// The sizeof slize_array's template argument T.
|
||||
/// The sizeof slice_array's template argument T.
|
||||
uint32_t m_element_size = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user