fixed a typo in a comment

This commit is contained in:
Vern Paxson 2021-09-04 15:58:31 -07:00
parent 196b8767e8
commit 7f3ab84e5c

View file

@ -32,7 +32,7 @@ event zeek_init()
print v1 + v2; print v1 + v2;
# Make sure that holes get relected in unary operations, # Make sure that holes get reflected in unary operations,
# and also that vectors of count are properly coerced to # and also that vectors of count are properly coerced to
# vectors of int. # vectors of int.
local v3: vector of int; local v3: vector of int;