diff --git a/docs/cpp/align-cpp.md b/docs/cpp/align-cpp.md index 939c0edb16..37a1a3c52d 100644 --- a/docs/cpp/align-cpp.md +++ b/docs/cpp/align-cpp.md @@ -100,7 +100,7 @@ struct S3 { struct S1 s1; // S3 inherits cache alignment requirement // from S1 declaration int a; // a is now cache aligned because of s1 - // 28 bytes of trailing padding + // 16 bytes of trailing padding }; ```