Skip to content

Commit e104011

Browse files
committed
fixing typo: cmsglType -> cmsgType
1 parent a90b466 commit e104011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Network/Socket/Posix/Cmsg.hsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data Cmsg = Cmsg {
3131
-- | Identifier of control message (ancillary data).
3232
data CmsgId = CmsgId {
3333
cmsgLevel :: !CInt
34-
, cmsglType :: !CInt
34+
, cmsgType :: !CInt
3535
} deriving (Eq, Show)
3636

3737
-- | The identifier for 'IPv4TTL'.

Network/Socket/Win32/Cmsg.hsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data Cmsg = Cmsg {
3131
-- | Identifier of control message (ancillary data).
3232
data CmsgId = CmsgId {
3333
cmsgLevel :: !CInt
34-
, cmsglType :: !CInt
34+
, cmsgType :: !CInt
3535
} deriving (Eq, Show)
3636

3737
-- | The identifier for 'IPv4TTL'.

0 commit comments

Comments
 (0)