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 Nobuyoshi Nakada
parent 7ff0e93f96
commit 0bb62dccf4
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

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