summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@mongodb.com>2016-04-01 17:36:07 -0400
committerKeith Bostic <keith.bostic@mongodb.com>2016-04-01 17:36:07 -0400
commit64cb9c809a525573535badd280dfd5c13d2ba6a9 (patch)
tree29025a1bc01041d8d851017a6f58edbc625333d2
parent3ac50db225cbb0314f72f9933e5ea43179f7a553 (diff)
parent124c9d5ae0cb648dc6fc712fe3acc4e95d714aa6 (diff)
downloadmongo-64cb9c809a525573535badd280dfd5c13d2ba6a9.tar.gz
Merge pull request #2626 from wiredtiger/wt-2528
WT-2528: style error in WiredTiger build
-rw-r--r--src/include/os.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/os.h b/src/include/os.h
index af550b218b8..905f43c305e 100644
--- a/src/include/os.h
+++ b/src/include/os.h
@@ -60,8 +60,8 @@
/*
* The underlying OS calls return ENOTSUP if posix_fadvise functionality isn't
- * available, but the WiredTiger code uses the the POSIX flag names in the API.
- * Use two values so the underlying code can distinguish.
+ * available, but WiredTiger uses the POSIX flag names in the API. Use distinct
+ * values so the underlying code can distinguish.
*/
#ifndef POSIX_FADV_DONTNEED
#define POSIX_FADV_DONTNEED 0x01