diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-08-02 12:56:07 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-08-02 12:56:07 -0400 |
commit | 0313c3109a97337342a884aebae9be41a909197e (patch) | |
tree | e19e0746c575c61fc8fd96821bd93dc5a193c165 /src/os_posix | |
parent | c1f8abd4f2282fc33961126771af0ab4b338f1de (diff) | |
download | mongo-0313c3109a97337342a884aebae9be41a909197e.tar.gz |
Fix a comment
Diffstat (limited to 'src/os_posix')
-rw-r--r-- | src/os_posix/os_mtx_rw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_posix/os_mtx_rw.c b/src/os_posix/os_mtx_rw.c index 79a1835c2d3..d76c19e81cc 100644 --- a/src/os_posix/os_mtx_rw.c +++ b/src/os_posix/os_mtx_rw.c @@ -46,7 +46,7 @@ * uint16_t writers; Now serving for writers * uint16_t readers; Now serving for readers * uint16_t users; Next available ticket number - * uint16_t pad; Not used + * uint16_t __notused; Padding * } * * First, imagine a store's 'take a number' ticket algorithm. A customer takes |