summaryrefslogtreecommitdiff
path: root/src/support
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-12-12 10:51:50 +0000
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-12-12 10:51:50 +0000
commit66a9eb155126b25d6de947d033afeba922d430fa (patch)
tree76d0fdf1b8d6e20c59500fe41030717141c5aac5 /src/support
parenta435067773c7a4535e86337692407534fad9e12c (diff)
downloadmongo-66a9eb155126b25d6de947d033afeba922d430fa.tar.gz
fix a comment.
Diffstat (limited to 'src/support')
-rw-r--r--src/support/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support/serial.c b/src/support/serial.c
index 96bb1ad5333..c41c17fefbf 100644
--- a/src/support/serial.c
+++ b/src/support/serial.c
@@ -10,7 +10,7 @@
/*
* Serialization: serialization support allows scheduling operations requiring
* serialized access to a piece of memory, normally by a different thread of
- * control. This updating and evicting pages from trees.
+ * control. This includes updating and evicting pages from trees.
*
* __wt_session_serialize_func --
* Schedule a serialization request, and block or spin until it completes.