Skip to content

Commit 959d98c

Browse files
committed
[clang][Interp][NFC] Fix a typo
1 parent cb3174b commit 959d98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/Interp/Disasm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ LLVM_DUMP_METHOD void Descriptor::dump(llvm::raw_ostream &OS) const {
200200
OS << " primitive";
201201

202202
if (isZeroSizeArray())
203-
OS << " zero-size-arrary";
203+
OS << " zero-size-array";
204204
else if (isUnknownSizeArray())
205205
OS << " unknown-size-array";
206206

0 commit comments

Comments
 (0)