We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e481f56 commit a33a754Copy full SHA for a33a754
lldb/source/Plugins/Language/CPlusPlus/LibCxxSliceArray.cpp
@@ -73,9 +73,9 @@ class LibcxxStdSliceArraySyntheticFrontEnd : public SyntheticChildrenFrontEnd {
73
size_t m_size = 0;
74
/// slice_array.__stride_.
75
size_t m_stride = 0;
76
- /// The type of slize_array's template argument T.
+ /// The type of slice_array's template argument T.
77
CompilerType m_element_type;
78
- /// The sizeof slize_array's template argument T.
+ /// The sizeof slice_array's template argument T.
79
uint32_t m_element_size = 0;
80
};
81
0 commit comments