diff options
-rw-r--r-- | hurd/shared.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/shared.h b/hurd/shared.h index 988472c1..19e3ac55 100644 --- a/hurd/shared.h +++ b/hurd/shared.h @@ -29,9 +29,9 @@ struct shared_io enum { USER_HAS_CONCH, /* User is it */ - USER_COULD_HAVE_CONCH,, /* User can become it */ + USER_COULD_HAVE_CONCH, /* User can become it */ USER_RELEASE_CONCH, /* User is it, should release it promptly */ - USER_HAS_NOT_CONCH,, /* User is not it */ + USER_HAS_NOT_CONCH, /* User is not it */ } conch_status; |