Skip to content

Commit 28a0792

Browse files
Brian Yahnd0k
authored andcommitted
Fix typo: tyep -> type.
1 parent a847b0f commit 28a0792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/ASTContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ class ASTContext : public RefCountedBase<ASTContext> {
13691369
bool AsWritten = false);
13701370

13711371
/// Get a function type and produce the equivalent function type where
1372-
/// pointer size address spaces in the return type and parameter tyeps are
1372+
/// pointer size address spaces in the return type and parameter types are
13731373
/// replaced with the default address space.
13741374
QualType getFunctionTypeWithoutPtrSizes(QualType T);
13751375

0 commit comments

Comments
 (0)