Cleanup: typo

This commit is contained in:
Jacques Lucke 2021-09-18 13:35:05 +02:00
parent a229a9dd64
commit 136e357d8d
1 changed files with 1 additions and 1 deletions

View File

@ -1134,7 +1134,7 @@ static int calculate_struct_sizes(int firststruct, FILE *file_verify, const char
* to the struct to resolve the problem. */
if ((size_64 % max_align_64 == 0) && (size_32 % max_align_32 == 4)) {
fprintf(stderr,
"Sizeerror in 32 bit struct: %s (add paddding pointer)\n",
"Sizeerror in 32 bit struct: %s (add padding pointer)\n",
types[structtype]);
}
else {