Michael Buch 0794d5cfba
[clang][Sema] Fix typo in 'offsetof' diagnostics (#133448)
Before:
```
offset of on non-POD type
```
After:
```
offsetof on non-POD type
```

---------

Co-authored-by: Aaron Ballman <aaron@aaronballman.com>
2025-03-31 14:56:29 +01:00
..
2025-03-27 14:07:57 -04:00