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 f2efe74 commit 4d934c0Copy full SHA for 4d934c0
llvm/include/llvm/DWARFCFIChecker/DWARFCFIFunctionFrameAnalyzer.h
@@ -25,7 +25,7 @@ namespace llvm {
25
/// instantiates a `DWARFCFIAnalysis` for each frame. The errors/warnings are
26
/// emitted through the `MCContext` instance to the constructor. If a frame
27
/// finishes without being started or if all the frames are not finished before
28
-/// this classes is destructured, the program fails through an assertion.
+/// this classes is destructed, the program fails through an assertion.
29
class CFIFunctionFrameAnalyzer : public CFIFunctionFrameReceiver {
30
public:
31
CFIFunctionFrameAnalyzer(MCContext &Context, const MCInstrInfo &MCII)
0 commit comments