dix/window: fix typos

Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Giuseppe Bilotta 2017-11-02 21:27:59 +01:00 committed by Adam Jackson
parent f84e59a4f4
commit 2dafa1bdaf
1 changed files with 2 additions and 2 deletions

View File

@ -456,9 +456,9 @@ TraverseTree(WindowPtr pWin, VisitWindowProcPtr func, void *data)
/*****
* WalkTree
* Walk the window tree, for SCREEN, preforming FUNC(pWin, data) on
* Walk the window tree, for SCREEN, performing FUNC(pWin, data) on
* each window. If FUNC returns WT_WALKCHILDREN, traverse the children,
* if it returns WT_DONTWALKCHILDREN, dont. If it returns WT_STOPWALKING
* if it returns WT_DONTWALKCHILDREN, don't. If it returns WT_STOPWALKING,
* exit WalkTree. Does depth-first traverse.
*****/