[Git][ghc/ghc][wip/T24504] Apply 1 suggestion(s) to 1 file(s)
Serge S. Gulin (@gulin.serge)
gitlab at gitlab.haskell.org
Wed May 8 15:21:11 UTC 2024
Serge S. Gulin pushed to branch wip/T24504 at Glasgow Haskell Compiler / GHC
Commits:
205f4f1a by Matthew Pickering at 2024-05-08T15:21:09+00:00
Apply 1 suggestion(s) to 1 file(s)
- - - - -
1 changed file:
- rts/include/rts/Constants.h
Changes:
=====================================
rts/include/rts/Constants.h
=====================================
@@ -351,6 +351,6 @@
/*
* closure_desc of InfoProv is now uint32_t at all platforms, but
* we have to keep its stringified representation.
- * It is known that maximum lenght of uint32_t in string is 10 chars (4294967295) + 1 NULL.
+ * It is known that maximum length of uint32_t in string is 10 chars (4294967295) + 1 NULL.
*/
#define CLOSURE_DESC_BUFFER_SIZE 11
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/205f4f1a75f5b3121b42ca1b4a224234601d4415
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/205f4f1a75f5b3121b42ca1b4a224234601d4415
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240508/11d32c6b/attachment.html>
More information about the ghc-commits
mailing list