diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-28 08:27:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-28 08:27:17 +0200 |
commit | 9aab0e9ac656be862049a592587865f7c15f0fd4 (patch) | |
tree | a65df9e99361284fffeae9997f7e330c577f1aa2 /include/rtl/alloc.h | |
parent | c177e1cbec9da5c33b57b55493bbeae198051b6f (diff) |
Fix typo: s/Alined/Aligned
Change-Id: I248d002d2ed0e61f97a35ea0d329c64832252ad7
Diffstat (limited to 'include/rtl/alloc.h')
-rw-r--r-- | include/rtl/alloc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rtl/alloc.h b/include/rtl/alloc.h index f3459bac3e42..01a556b89715 100644 --- a/include/rtl/alloc.h +++ b/include/rtl/alloc.h @@ -105,13 +105,13 @@ SAL_DLLPUBLIC void SAL_CALL rtl_freeZeroMemory ( @param Bytes [in] memory size. @return pointer to allocated memory. */ -SAL_DLLPUBLIC void* SAL_CALL rtl_allocateAlinedMemory ( +SAL_DLLPUBLIC void* SAL_CALL rtl_allocateAlignedMemory ( sal_Size Alignment, sal_Size Bytes ) SAL_THROW_EXTERN_C(); -/** Free memory allocated with rtl_allocateAlinedMemory. +/** Free memory allocated with rtl_allocateAlignedMemory. @param Ptr [in] pointer to previously allocated memory. @return none. Memory is released. Ptr is invalid. */ |