ctxerrors v0.7.1 — rewrite the commerr package comment

The old comment implied commerr was the only vocabulary SetErrorMap can target
and framed the sentinels as 'shared across services'. The new comment describes
them as general-purpose sentinels any Go code can return and match with
errors.Is. No code changed.