aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/packed.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/packed.h')
-rw-r--r--gdbsupport/packed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/packed.h b/gdbsupport/packed.h
index b18146c..c9fcc50 100644
--- a/gdbsupport/packed.h
+++ b/gdbsupport/packed.h
@@ -37,7 +37,7 @@
an enum -- but may not work on all compilers. */
/* Clang targeting Windows does not support attribute gcc_struct, so
- we use the alternative byte array implemention there. */
+ we use the alternative byte array implementation there. */
#if defined _WIN32 && defined __clang__
# define PACKED_USE_ARRAY 1
#else