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/registry/typereg_reader.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/registry/typereg_reader.hxx') diff --git a/include/registry/typereg_reader.hxx b/include/registry/typereg_reader.hxx index 64c2261f4e0e..440e2c91e601 100644 --- a/include/registry/typereg_reader.hxx +++ b/include/registry/typereg_reader.hxx @@ -51,7 +51,7 @@ not be null; if the given binary blob is malformed, or of a version larger than maxVersion, null is returned - @return false iff an out-of-memory condition occurred, in which case + @return false if an out-of-memory condition occurred, in which case result is left unchanged, and no type reader is created @since UDK 3.2.0 @@ -296,7 +296,7 @@ REG_DLLPUBLIC void SAL_CALL typereg_reader_getFieldTypeName( @param value an out-parameter obtaining the field value's value; must not be null - @return false iff an out-of-memory condition occurred, in which case + @return false if an out-of-memory condition occurred, in which case type and value are left unchanged @since UDK 3.2.0 -- cgit