From 52ef15cbdb428596b562dbbbc92ae2fcf3473890 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 18 May 2017 21:58:31 +0200 Subject: Revert "Fix typos" This reverts commit 26a67002fcb9381b54de6cae1aaa37120d49066a. "Iff" is not a typo, see 2a65bf32ec270484dcea4d22d3c93552dc0c24dd "Revert 'Typo: iff->if'". --- include/registry/writer.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/registry/writer.h') diff --git a/include/registry/writer.h b/include/registry/writer.h index a0c458afaff4..e05b09634ede 100644 --- a/include/registry/writer.h +++ b/include/registry/writer.h @@ -89,7 +89,7 @@ REG_DLLPUBLIC void SAL_CALL typereg_writer_destroy(void * handle) SAL_THROW_EXTE @param typeName the super type name; must not be null - @return false if an out-of-memory condition occurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -119,7 +119,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setSuperTypeName( @param valueValue the value of the value of the field - @return false if an out-of-memory condition occurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -150,7 +150,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setFieldData( @param exceptionCount the number of exceptions of the method - @return false if an out-of-memory condition occurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -179,7 +179,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setMethodData( @param typeName the type name of the parameter; must not be null - @return false if an out-of-memory condition occurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -202,7 +202,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setMethodParameterData( @param typeName the exception type name; must not be null - @return false if an out-of-memory condition occurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -228,7 +228,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setMethodExceptionTypeName( @param typeName the type name of the reference; must not be null - @return false if an out-of-memory condition occurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 -- cgit