Skip to content

Commit

Permalink
Update comments to reflect changes in f3ac65a.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacchusrx committed Apr 13, 2012
1 parent ac4d8ec commit f553b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unix/pipe.c
Expand Up @@ -53,12 +53,12 @@ int uv_flock_init(uv_flock_t* lock, const char* filename);

int uv_flock_acquire(uv_flock_t* lock, int* locked);

/* Release the file lock. Returns 0 on success, -1 on error.
/* Release (unlink) the file lock. Returns 0 on success, -1 on error.
*/

int uv_flock_release(uv_flock_t* lock);

/* Destroy the file lock. Releases the file lock and associated resources.
/* Destroy the file lock (close fd and free memory).
*/

void uv_flock_destroy(uv_flock_t* lock);
Expand Down

0 comments on commit f553b10

Please sign in to comment.