diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-05-31 18:02:55 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-05-31 18:02:55 +0200 |
commit | 0d44362ce83ed75ea0bd0d24a5461c93561e8b11 (patch) | |
tree | 5086ae897d79c06b7102a70ddffc5baf950fbe6e /ipc | |
parent | 255c47e669819f153c722c98a230f6fe4e6ece08 (diff) |
ipc: fix typo
* ipc/notify.defs: Fix typo.
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/notify.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/notify.defs b/ipc/notify.defs index d34eb9c..db059b8 100644 --- a/ipc/notify.defs +++ b/ipc/notify.defs @@ -15,7 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* We use custom functions to send notifications. This functions can +/* We use custom functions to send notifications. These functions can be found in `ipc_notify.c'. We use this file merely to produce the list of message ids. */ |