Skip to content
Snippets Groups Projects
Commit e8d6ae08 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

fix typo

parent 7a500132
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ set_dup( SetCookie *cp, BerVarray set, unsigned flags ) ...@@ -120,7 +120,7 @@ set_dup( SetCookie *cp, BerVarray set, unsigned flags )
/* Join two sets according to operator op and flags op_flags. /* Join two sets according to operator op and flags op_flags.
* op can be: * op can be:
* '|' (or): the union between the two sets is returned, * '|' (or): the union between the two sets is returned,
* eliminating diplicates * eliminating duplicates
* '&' (and): the intersection between the two sets * '&' (and): the intersection between the two sets
* is returned * is returned
* '+' (add): the inner product of the two sets is returned, * '+' (add): the inner product of the two sets is returned,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment