Skip to content

Commit 462fd33

Browse files
authored
[Clang] Fix typo 'dereferencable' to 'dereferenceable'
1 parent 02b8ee2 commit 462fd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGCall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2665,7 +2665,7 @@ void CodeGenModule::ConstructAttributeList(StringRef Name,
26652665
llvm::AttributeSet::get(getLLVMContext(), Attrs);
26662666
}
26672667

2668-
// Apply `nonnull`, `dereferencable(N)` and `align N` to the `this` argument,
2668+
// Apply `nonnull`, `dereferenceable(N)` and `align N` to the `this` argument,
26692669
// unless this is a thunk function.
26702670
// FIXME: fix this properly, https://reviews.llvm.org/D100388
26712671
if (FI.isInstanceMethod() && !IRFunctionArgs.hasInallocaArg() &&

0 commit comments

Comments
 (0)