aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-23 02:06:29 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-23 02:06:29 +0000
commit64bef2ab9ca5c9a19abfef76370b5f0f60e06baf (patch)
tree5d65d25a003fbe4ba1472433035bd0ee741c53f6 /include/platform.h
parentca8d0b029bfe43ae7f168bb6a0cc8a0b42f03be0 (diff)
downloadbusybox-64bef2ab9ca5c9a19abfef76370b5f0f60e06baf.tar.gz
fix typo
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h2
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 @@
#ifndef ATTRIBUTE_PACKED
#define ATTRIBUTE_PACKED __attribute__ ((__packed__))
-#endif /* ATTRIBUTE_NORETURN */
+#endif /* ATTRIBUTE_PACKED */
#ifndef ATTRIBUTE_ALIGNED
#define ATTRIBUTE_ALIGNED(m) __attribute__ ((__aligned__(m)))