(no bug) fix comment typos: s/incompete/incomplete/, s/th/the/

DONTBUILD because comment-only
This commit is contained in:
Daniel Holbert 2013-09-10 16:41:04 -07:00
Родитель 34c84eb4f1
Коммит 9ae9b03297
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -435,7 +435,7 @@ typedef uint32_t nsReflowStatus;
#define NS_FRAME_IS_FULLY_COMPLETE(status) \
(NS_FRAME_IS_COMPLETE(status) && !NS_FRAME_OVERFLOW_IS_INCOMPLETE(status))
// These macros set or switch incompete statuses without touching th
// These macros set or switch incomplete statuses without touching the
// NS_FRAME_REFLOW_NEXTINFLOW bit.
#define NS_FRAME_SET_INCOMPLETE(status) \
status = (status & ~NS_FRAME_OVERFLOW_INCOMPLETE) | NS_FRAME_NOT_COMPLETE