From dbc3d3e1e0b28692c31f08f6b4c606577255078d Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 11 May 2017 13:41:38 -0400 Subject: Fixup Initialize spelling Change-Id: Ibd8d70264d79afc0baabaa5093aceb21ee777196 Reviewed-on: https://pdfium-review.googlesource.com/5334 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- core/fxcrt/fx_memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxcrt/fx_memory.h') diff --git a/core/fxcrt/fx_memory.h b/core/fxcrt/fx_memory.h index 684f2f2646..9a7de4cc2b 100644 --- a/core/fxcrt/fx_memory.h +++ b/core/fxcrt/fx_memory.h @@ -32,7 +32,7 @@ void FXMEM_DefaultFree(void* pointer, int flags); extern pdfium::base::PartitionAllocatorGeneric gArrayBufferPartitionAllocator; extern pdfium::base::PartitionAllocatorGeneric gStringPartitionAllocator; -void FXMEM_InitalizePartitionAlloc(); +void FXMEM_InitializePartitionAlloc(); NEVER_INLINE void FX_OutOfMemoryTerminate(); inline void* FX_SafeRealloc(void* ptr, size_t num_members, size_t member_size) { -- cgit v1.2.3