diff options
Diffstat (limited to 'gdbsupport/packed.h')
-rw-r--r-- | gdbsupport/packed.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbsupport/packed.h b/gdbsupport/packed.h index 37f02d2..200a418 100644 --- a/gdbsupport/packed.h +++ b/gdbsupport/packed.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022-2024 Free Software Foundation, Inc. +/* Copyright (C) 2022-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -75,7 +75,7 @@ public: m_val = val; #endif - /* Ensure size and aligment are what we expect. */ + /* Ensure size and alignment are what we expect. */ static_assert (sizeof (packed) == Bytes); static_assert (alignof (packed) == 1); |