Correct typo in a comment describing vshiftl().

This commit is contained in:
Hiten Pandya 2005-06-02 23:56:10 +00:00
parent e293dc860c
commit d24ff94b24
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146893

View File

@ -1780,7 +1780,7 @@ ipsec_updatereplay(seq, sav)
}
/*
* shift variable length bunffer to left.
* shift variable length buffer to left.
* IN: bitmap: pointer to the buffer
* nbit: the number of to shift.
* wsize: buffer size (bytes).