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 a847b0f commit 28a0792Copy full SHA for 28a0792
clang/include/clang/AST/ASTContext.h
@@ -1369,7 +1369,7 @@ class ASTContext : public RefCountedBase<ASTContext> {
1369
bool AsWritten = false);
1370
1371
/// Get a function type and produce the equivalent function type where
1372
- /// pointer size address spaces in the return type and parameter tyeps are
+ /// pointer size address spaces in the return type and parameter types are
1373
/// replaced with the default address space.
1374
QualType getFunctionTypeWithoutPtrSizes(QualType T);
1375
0 commit comments