Skip to content

Commit a33a754

Browse files
committed
[lldb] Fixes comment typos.
1 parent e481f56 commit a33a754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Plugins/Language/CPlusPlus/LibCxxSliceArray.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ class LibcxxStdSliceArraySyntheticFrontEnd : public SyntheticChildrenFrontEnd {
7373
size_t m_size = 0;
7474
/// slice_array.__stride_.
7575
size_t m_stride = 0;
76-
/// The type of slize_array's template argument T.
76+
/// The type of slice_array's template argument T.
7777
CompilerType m_element_type;
78-
/// The sizeof slize_array's template argument T.
78+
/// The sizeof slice_array's template argument T.
7979
uint32_t m_element_size = 0;
8080
};
8181

0 commit comments

Comments
 (0)