# HG changeset patch # User Paul Boddie # Date 1647033360 -3600 # Node ID cbf3f5acab81e26d53a6d1a780541de20a9dfebf # Parent eb691992a8f478d411c17a3afc528854c0f924e4 Fixed comment. diff -r eb691992a8f4 -r cbf3f5acab81 libsystypes/idl/notification.idl --- a/libsystypes/idl/notification.idl Fri Mar 11 22:09:09 2022 +0100 +++ b/libsystypes/idl/notification.idl Fri Mar 11 22:16:00 2022 +0100 @@ -2,8 +2,7 @@ interface Notification { - /* Subscribe to events. Unsubscribing is done via the peer returned by the - operation. */ + /* Subscribe to events. */ [opcode(23)] void subscribe(in cap notifier, in notify_flags_t flags); };