# HG changeset patch # User Paul Boddie # Date 1646845997 -3600 # Node ID fe6f07b146a278d327bf804e4cd626b3f4d5fd9b # Parent 554479097a5b86fe5b3faafc3cf1a3f6f8bfd0a5 Fixed comment. diff -r 554479097a5b -r fe6f07b146a2 libfsclient/lib/src/file.cc --- a/libfsclient/lib/src/file.cc Mon Mar 07 23:54:48 2022 +0100 +++ b/libfsclient/lib/src/file.cc Wed Mar 09 18:13:17 2022 +0100 @@ -101,8 +101,7 @@ ipc_cap_free_um(file->ref); /* Only unsubscribe after actually closing the file and sending any - notifications. This depends on a valid reference, so it is also tested - here. */ + notifications. */ notifier_get_task_notifier()->unsubscribe(file); }