1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Improving clarity with some hyphens.

Copied from Perforce
 Change: 195688
This commit is contained in:
Richard Brooksby 2018-11-19 21:12:15 +00:00
parent 89aae0a96e
commit bf37e11ba9

View file

@ -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.
*/