summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Metcalf <me@leif.nz>2020-09-14 14:47:27 +1200
committerLeif Metcalf <me@leif.nz>2020-09-15 17:27:38 -0400
commitd722c58e3e2311e655d778bb027bf4010dd23e66 (patch)
tree4a8453872078705ff44c8e36978718f49bd4a6dd
parent376ba2fcbc02f4f28b6e6f59a3a8f719b2f4dc15 (diff)
downloadhaskell-wip/z-encoding-note.tar.gz
-rw-r--r--compiler/GHC/Data/FastString.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Data/FastString.hs b/compiler/GHC/Data/FastString.hs
index 133079d27d..771ce24146 100644
--- a/compiler/GHC/Data/FastString.hs
+++ b/compiler/GHC/Data/FastString.hs
@@ -196,7 +196,7 @@ data FastString = FastString {
n_chars :: {-# UNPACK #-} !Int, -- number of chars
fs_sbs :: {-# UNPACK #-} !ShortByteString,
fs_zenc :: FastZString
- -- ^ Lazily computed z-encoding of this string. See Note [Z-Encoding] in
+ -- ^ Lazily computed Z-encoding of this string. See Note [Z-Encoding] in
-- GHC.Utils.Encoding.
--
-- Since 'FastString's are globally memoized this is computed at most