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:
parent
5b2a0fc682
commit
98ca667b98
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue