Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
2b735323
Commit
2b735323
authored
Jan 30, 2010
by
Simon Marlow
Browse files
Fix typo in error message (#3848)
parent
13c66820
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/RtsAPI.c
View file @
2b735323
...
...
@@ -541,7 +541,7 @@ rts_lock (void)
if
(
running_finalizers
)
{
errorBelch
(
"error: a C finalizer called back into Haskell.
\n
"
" This was previously allowed, but is disallowed in GHC 6.10.2 and later.
\n
"
" To create finalizers that may call back into Haskll, use
\n
"
" To create finalizers that may call back into Hask
e
ll, use
\n
"
" Foreign.Concurrent.newForeignPtr instead of Foreign.newForeignPtr."
);
stg_exit
(
EXIT_FAILURE
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment