[GHC] #12613: Fix spelling of INLIN(E)ABLE in comments
GHC
ghc-devs at haskell.org
Fri Sep 23 22:31:37 UTC 2016
#12613: Fix spelling of INLIN(E)ABLE in comments
-------------------------------------+-------------------------------------
Reporter: mpickering | Owner:
Type: task | Status: new
Priority: lowest | Milestone:
Component: Compiler | Version: 8.0.1
Keywords: newcomer | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
The correct spelling is `INLINABLE`. It is confusing to read comments
which refer to `INLINEABLE`.
How to fix this:
1. `git grep INLINEABLE`
2. Open all the files and change to `INLINABLE`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12613>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list