mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
fix typo
This commit is contained in:
parent
14797b9eb9
commit
b03ac2c2a5
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ set_dup( SetCookie *cp, BerVarray set, unsigned flags )
|
|||
/* Join two sets according to operator op and flags op_flags.
|
||||
* op can be:
|
||||
* '|' (or): the union between the two sets is returned,
|
||||
* eliminating diplicates
|
||||
* eliminating duplicates
|
||||
* '&' (and): the intersection between the two sets
|
||||
* is returned
|
||||
* '+' (add): the inner product of the two sets is returned,
|
||||
|
|
|
|||
Loading…
Reference in a new issue