summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-10-22 14:14:53 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-10-22 14:14:53 +0000
commit9787839b93ca410e675189533aa1572708c600d1 (patch)
tree1b2befd95334d6ed8b826e608f1e56af63b91863
parent1238cf357f2ef785b3e1f07811a9095dc43c66ba (diff)
downloadmongo-9787839b93ca410e675189533aa1572708c600d1.tar.gz
fix a comment.
-rw-r--r--src/btree/rec_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/rec_write.c b/src/btree/rec_write.c
index 24cfee7eee5..e13184b389d 100644
--- a/src/btree/rec_write.c
+++ b/src/btree/rec_write.c
@@ -727,7 +727,7 @@ __rec_dict_replace(
/*
* If the dictionary cell reference is not set, we're creating a new
- * entry in the dictionary, update it's location.
+ * entry in the dictionary, update its location.
*
* If the dictionary cell reference is set, we have a matching value.
* Create a copy cell instead.