Skip to content

Commit

Permalink
Fixed a typo [Bug #17522]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tee KOBAYASHI authored and nobu committed Jan 9, 2021
1 parent 7ff0e93 commit 0bb62dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ruby/internal/stdalign.h
Expand Up @@ -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
Expand Down

0 comments on commit 0bb62dc

Please sign in to comment.