From cf92da3d6e1de14756efe3f1ee79f393a2f3787d Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 23 Jun 2015 20:30:11 +0200 Subject: Typo: iff->if Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3 --- include/codemaker/exceptiontree.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/codemaker/exceptiontree.hxx') diff --git a/include/codemaker/exceptiontree.hxx b/include/codemaker/exceptiontree.hxx index 091ff034bf72..b97286c29784 100644 --- a/include/codemaker/exceptiontree.hxx +++ b/include/codemaker/exceptiontree.hxx @@ -70,10 +70,10 @@ private: exception com.sun.star.uno.RuntimeException and its subtypes are pruned completely from the hierarchy. Each node of the hierarchy is represented by an instance of ExceptionTreeNode, where name gives the name of the UNO - exception type, present is true iff the given exception type is a member of + exception type, present is true if the given exception type is a member of the set S, and children contains all the relevant direct subtypes of the given exception type, in no particular order (for nodes other than the root - node it holds that children is non-empty iff present is false). + node it holds that children is non-empty if present is false). */ class ExceptionTree { public: -- cgit