mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
fix minor typo
This commit is contained in:
parent
39161e2192
commit
a5e4720204
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public:
|
|||
UID(const UID& other);
|
||||
|
||||
/**
|
||||
* Inititialize a UID of a given bit-length, optionally from given values.
|
||||
* Initialize a UID of a given bit-length, optionally from given values.
|
||||
* @param bits The desired length in bits of the UID, up to a max of
|
||||
* BRO_UID_LEN * 64.
|
||||
* @param v A pointer to an array of values with which to initialize the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue