]> arthur.barton.de Git - netatalk.git/commitdiff
ad_open doc
authorFrank Lahm <franklahm@googlemail.com>
Fri, 14 Jan 2011 11:48:20 +0000 (12:48 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Fri, 14 Jan 2011 11:48:20 +0000 (12:48 +0100)
libatalk/adouble/ad_open.c

index c85026c5921ef936255e4715a9882a7da6bbd0a3..00b0ad241543d0a6105fb4bd29819409a1a6dd72 100644 (file)
@@ -1066,7 +1066,7 @@ const char *oflags2logstr(int oflags)
  *
  * ad_close accompanies ad_open and closes a struct adouble. In order to tigh together the
  * semantics of struct adouble/ad_open/ad_close and versus forks, which use and keep a ref to
- * the according struct adouble for the fork, we open forks refcount their struct adouble
+ * the according struct adouble for the fork, open forks refcount their struct adouble
  * in struct adouble.ad_refcount. An ad_close is ignored when ad_refcount != 0, because
  * ad_refcount != 0 means an open fork is using this very struct adouble.
  *