projects
/
cl-inotify.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f11c5ca
)
Fix spelling.
author
Olof-Joachim Frahm
<olof@macrolet.net>
Fri, 29 Mar 2013 00:26:57 +0000
(
01:26
+0100)
committer
Olof-Joachim Frahm
<olof@macrolet.net>
Fri, 29 Mar 2013 00:26:57 +0000
(
01:26
+0100)
inotify.lisp
patch
|
blob
|
history
diff --git
a/inotify.lisp
b/inotify.lisp
index
4340719
..
ee4435b
100644
(file)
--- a/
inotify.lisp
+++ b/
inotify.lisp
@@
-102,13
+102,13
@@
thus should be used only with WATCH-RAW)."
(flags inotify1-flag))
(defsyscall inotify-add-watch :int
- "Watches a path on a event queue."
+ "Watches a path on an event queue."
(fd :int)
(pathname :string)
(mask inotify-flag))
(defsyscall inotify-rm-watch :int
- "Removes a watched path from a event queue."
+ "Removes a watched path from an event queue."
(fd :int)
(wd :int))