Skip to content

Commit 2675435

Browse files
committed
v0.2.1-rc: Fix names of functions in comments
1 parent 06286c3 commit 2675435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Packet.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,11 @@ val arpOperation : packet -> int
301301
(** [setDlSrc pkt addr] sets the ethernet source address of [pkt] to [addr]. *)
302302
val setDlSrc : packet -> dlAddr -> packet
303303

304-
(** [setDlSrc pkt addr] sets the ethernet destination address of [pkt] to
304+
(** [setDlDst pkt addr] sets the ethernet destination address of [pkt] to
305305
[addr]. *)
306306
val setDlDst : packet -> dlAddr -> packet
307307

308-
(** [setDlSrc pkt vlan] sets the VLAN identifier of [pkt] to [vlan]. *)
308+
(** [setDlVlan pkt vlan] sets the VLAN identifier of [pkt] to [vlan]. *)
309309
val setDlVlan : packet -> dlVlan -> packet
310310

311311
(** [setDlVlanPcp pkt pri] sets the VLAN priority of [pkt] to [pri]. *)

0 commit comments

Comments
 (0)