[clang][NFC] Fix typo in SemaBoundsSafety.cpp comments (#181585)

Minor comment fix.
This commit is contained in:
Mohamed Ali 2026-02-22 06:05:34 +02:00 committed by GitHub
parent 76af74004e
commit d92011fe7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,7 +115,7 @@ bool Sema::CheckCountedByAttrOnField(FieldDecl *FD, Expr *E, bool CountInBytes,
//
// struct Handle;
// struct Wrapper {
// size_t size;
// size_t count;
// struct Handle* __counted_by(count) handles;
// }
//