Skip to content

Commit 1b1e469

Browse files
authored
Update compiler-warning-level-4-c4324.md
1 parent 0502827 commit 1b1e469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-4-c4324.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ helpviewer_keywords: ["C4324"]
99

1010
> '*structname*': structure was padded due to alignment specifier
1111
12-
Padding was added at the end of a structure because you specified an alighment specifier, such as [__declspec(align)](../../cpp/align-cpp.md).
12+
Padding was added at the end of a structure because you specified an alignment specifier, such as [__declspec(align)](../../cpp/align-cpp.md).
1313

1414
For example, the following code generates C4324:
1515

0 commit comments

Comments
 (0)