This commit is contained in:
Pierangelo Masarati 2008-09-20 18:43:30 +00:00
parent 14797b9eb9
commit b03ac2c2a5

View file

@ -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,