]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/notify/notification.c
Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify
[karo-tx-linux.git] / fs / notify / notification.c
index b3963d8c998846207eb8a0c48590c14d566630f4..7b51b05f160c36846e47a8f1b7cb417bed9ed914 100644 (file)
@@ -18,7 +18,7 @@
 
 /*
  * Basic idea behind the notification queue: An fsnotify group (like inotify)
- * sends the userspace notification about events asyncronously some time after
+ * sends the userspace notification about events asynchronously some time after
  * the event happened.  When inotify gets an event it will need to add that
  * event to the group notify queue.  Since a single event might need to be on
  * multiple group's notification queues we can't add the event directly to each