Skip to content

Commit 4d934c0

Browse files
author
Amirhossein Pashaeehir
committed
Fix a typo
1 parent f2efe74 commit 4d934c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/DWARFCFIChecker/DWARFCFIFunctionFrameAnalyzer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace llvm {
2525
/// instantiates a `DWARFCFIAnalysis` for each frame. The errors/warnings are
2626
/// emitted through the `MCContext` instance to the constructor. If a frame
2727
/// finishes without being started or if all the frames are not finished before
28-
/// this classes is destructured, the program fails through an assertion.
28+
/// this classes is destructed, the program fails through an assertion.
2929
class CFIFunctionFrameAnalyzer : public CFIFunctionFrameReceiver {
3030
public:
3131
CFIFunctionFrameAnalyzer(MCContext &Context, const MCInstrInfo &MCII)

0 commit comments

Comments
 (0)