Skip to content

Commit 8d2acb1

Browse files
committed
Fix typo in comment
1 parent 81e1cd7 commit 8d2acb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenExpr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ LValue CIRGenFunction::emitUnaryOpLValue(const UnaryOperator *e) {
235235

236236
/// If the specified expr is a simple decay from an array to pointer,
237237
/// return the array subexpression.
238-
/// FIXME: this could be abstracted into a commeon AST helper.
238+
/// FIXME: this could be abstracted into a common AST helper.
239239
static const Expr *isSimpleArrayDecayOperand(const Expr *e) {
240240
// If this isn't just an array->pointer decay, bail out.
241241
const auto *castExpr = dyn_cast<CastExpr>(e);

0 commit comments

Comments
 (0)