1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed a typo [Bug #17522]

This commit is contained in:
Tee KOBAYASHI 2021-01-09 13:23:40 +09:00 committed by NARUSE, Yui
parent 5b2a0fc682
commit 98ca667b98

View file

@ -65,7 +65,7 @@
#elif RBIMPL_HAS_DECLSPEC_ATTRIBUTE(align)
# define RBIMPL_ALIGNAS(_) __declspec(align(_))
#elif RBIMPL_HAS_ATTRIBUTE(aliged)
#elif RBIMPL_HAS_ATTRIBUTE(aligned)
# define RBIMPL_ALIGNAS(_) __attribute__((__aligned__(_)))
#else