diff --git a/sbp.cabal b/sbp.cabal
--- a/sbp.cabal
+++ b/sbp.cabal
@@ -1,5 +1,5 @@
 name:                  sbp
-version:               6.3.1
+version:               6.3.2
 synopsis:              SwiftNav's SBP Library
 homepage:              https://github.com/swift-nav/libsbp
 license:               MIT
diff --git a/src/SwiftNav/SBP/Signing.hs b/src/SwiftNav/SBP/Signing.hs
--- a/src/SwiftNav/SBP/Signing.hs
+++ b/src/SwiftNav/SBP/Signing.hs
@@ -247,7 +247,7 @@
   , _msgAesCmacSignature_signature       :: ![Word8]
     -- ^ Signature (CMAC tag value)
   , _msgAesCmacSignature_flags           :: !Word8
-    -- ^ Describes the format of the 'signed messages' field below.
+    -- ^ Describes the format of the 'signed_messages' field.
   , _msgAesCmacSignature_signed_messages :: ![Word8]
     -- ^ CRCs of the messages covered by this signature.  For Skylark, which
     -- delivers SBP messages wrapped in Swift's proprietary RTCM message,
@@ -286,7 +286,7 @@
 -- An ECDSA-256 signature using SHA-256 as the message digest algorithm.
 data MsgEcdsaSignature = MsgEcdsaSignature
   { _msgEcdsaSignature_flags           :: !Word8
-    -- ^ Describes the format of the `signed\_messages` field below.
+    -- ^ Describes the format of the 'signed_messages' field.
   , _msgEcdsaSignature_stream_counter  :: !Word8
     -- ^ Signature message counter. Zero indexed and incremented with each
     -- signature message.  The counter will not increment if this message was
@@ -340,7 +340,7 @@
 -- Deprecated.
 data MsgEcdsaSignatureDepB = MsgEcdsaSignatureDepB
   { _msgEcdsaSignatureDepB_flags           :: !Word8
-    -- ^ Describes the format of the `signed\_messages` field below.
+    -- ^ Describes the format of the 'signed_messages' field.
   , _msgEcdsaSignatureDepB_stream_counter  :: !Word8
     -- ^ Signature message counter. Zero indexed and incremented with each
     -- signature message.  The counter will not increment if this message was
@@ -401,7 +401,7 @@
 -- Deprecated.
 data MsgEcdsaSignatureDepA = MsgEcdsaSignatureDepA
   { _msgEcdsaSignatureDepA_flags           :: !Word8
-    -- ^ Describes the format of the `signed\_messages` field below.
+    -- ^ Describes the format of the 'signed_messages' field.
   , _msgEcdsaSignatureDepA_stream_counter  :: !Word8
     -- ^ Signature message counter. Zero indexed and incremented with each
     -- signature message.  The counter will not increment if this message was
