Skip to content

Commit

Permalink
Correct off-by-one error in comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Sep 24, 2020
1 parent 71f5cd3 commit fcf78ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packetWin7/Dll/Packet32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3198,7 +3198,7 @@ BOOLEAN PacketSetTimestampMode(LPADAPTER AdapterObject, ULONG mode)

/*!
\brief Retrieve the list of supported timestamp modes on an adapter
\param pModes User allocated array that will be filled with the available timestamp modes. First element is the length of the array minus 1.
\param pModes User allocated array that will be filled with the available timestamp modes. First element is the length of the array.
\return If the function succeeds, the return value is nonzero. If the return value is zero, pModes[0] contains
the number of ULONGs that are needed to contain the timestamp mode list.
*/
Expand Down

0 comments on commit fcf78ff

Please sign in to comment.