From bf37e11ba9e88ccbef893e93a3fe8401ea54ae0c Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Mon, 19 Nov 2018 21:12:15 +0000 Subject: [PATCH] Improving clarity with some hyphens. Copied from Perforce Change: 195688 --- mps/code/splay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/code/splay.c b/mps/code/splay.c index 8de21b46f16..68126e619d6 100644 --- a/mps/code/splay.c +++ b/mps/code/splay.c @@ -641,7 +641,7 @@ static Tree SplayUpdateRightSpine(SplayTree splay, Tree node, Tree child) * Does the same job as SplayAssemble, but operates on pointer-reversed * left and right trees, updating client properties. When we reach * this function, the nodes on the spines of the left and right trees - * will have out of date client properties because their children have + * will have out-of-date client properties because their children have * been changed by SplaySplitRev. */