Ammends typo in generator & generated

This commit is contained in:
reucru01 2026-01-14 13:59:59 +00:00
parent 9ce0ebf994
commit 9fddd28d38
No known key found for this signature in database
GPG key ID: 1794E6326F1B0555
3 changed files with 1129 additions and 1129 deletions

View file

@ -840,7 +840,7 @@ impl fmt::Display for UnsafetyComment {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
match self {
Self::Custom(s) => s.fmt(f),
Self::Neon => write!(f, "Neon instrinsic unsafe"),
Self::Neon => write!(f, "Neon intrinsic unsafe"),
Self::Uninitialized => write!(
f,
"This creates an uninitialized value, and may be unsound (like \