Skip to content

Commit

Permalink
Correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-e committed Oct 7, 2015
1 parent 4ea76c6 commit 53277cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/mfc_dll/mfc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ extern "C" void __declspec(dllexport) MFC_LeakSimple()
CString* str_d = new (_NORMAL_BLOCK, __FILE__, __LINE__) CString(_T("4 parameter new for mfc"));
}

// Leaks 3 memory allocations, CString objects are initialised to empty state and do not allocate exrta memory
// Leaks 3 memory allocations, CString objects are initialised to empty state and do not allocate extra memory
extern "C" void __declspec(dllexport) MFC_LeakArray()
{
AFX_MANAGE_STATE(AfxGetStaticModuleState());
Expand Down

0 comments on commit 53277cb

Please sign in to comment.