Commit 11146def authored by Jo Liss's avatar Jo Liss

Fix typo

parent 2cbd458a
...@@ -492,7 +492,7 @@ struct Return { ...@@ -492,7 +492,7 @@ struct Return {
# must not send separate `Release` messages for them. Level 0 implementations in particular # must not send separate `Release` messages for them. Level 0 implementations in particular
# should always set this true. This defaults true because if level 0 implementations forget to # should always set this true. This defaults true because if level 0 implementations forget to
# set it they'll never notice (just silently leak caps), but if level >=1 implementations forget # set it they'll never notice (just silently leak caps), but if level >=1 implementations forget
# set it false they'll quickly get errors. # to set it to false they'll quickly get errors.
union { union {
results @2 :Payload; results @2 :Payload;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment