diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-23 02:06:29 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-23 02:06:29 +0000 |
commit | 04ad71f3301e675b89a399275cc08b30425f756f (patch) | |
tree | 5d65d25a003fbe4ba1472433035bd0ee741c53f6 | |
parent | a4d4d31464c3623f3b266b40bdb363407d87c86f (diff) | |
download | busybox-w32-04ad71f3301e675b89a399275cc08b30425f756f.tar.gz busybox-w32-04ad71f3301e675b89a399275cc08b30425f756f.tar.bz2 busybox-w32-04ad71f3301e675b89a399275cc08b30425f756f.zip |
fix typo
git-svn-id: svn://busybox.net/trunk/busybox@14612 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h index a19916970..f51274480 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -53,7 +53,7 @@ | |||
53 | 53 | ||
54 | #ifndef ATTRIBUTE_PACKED | 54 | #ifndef ATTRIBUTE_PACKED |
55 | #define ATTRIBUTE_PACKED __attribute__ ((__packed__)) | 55 | #define ATTRIBUTE_PACKED __attribute__ ((__packed__)) |
56 | #endif /* ATTRIBUTE_NORETURN */ | 56 | #endif /* ATTRIBUTE_PACKED */ |
57 | 57 | ||
58 | #ifndef ATTRIBUTE_ALIGNED | 58 | #ifndef ATTRIBUTE_ALIGNED |
59 | #define ATTRIBUTE_ALIGNED(m) __attribute__ ((__aligned__(m))) | 59 | #define ATTRIBUTE_ALIGNED(m) __attribute__ ((__aligned__(m))) |