From: Jane Doe Date: Wed, 31 Oct 2018 22:31:30 +0000 (-0700) Subject: contants -> constants X-Git-Tag: submit/tizen/20181205.102314~6^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5982bca65cd983f1fda3813ef35ddd5cc9f00688;p=sdk%2Ftools%2Fnetcoredbg.git contants -> constants --- diff --git a/src/debug/netcoredbg/valueprint.cpp b/src/debug/netcoredbg/valueprint.cpp index e1369f3..8a0e04e 100644 --- a/src/debug/netcoredbg/valueprint.cpp +++ b/src/debug/netcoredbg/valueprint.cpp @@ -124,7 +124,7 @@ static HRESULT PrintEnumValue(ICorDebugValue* pInputValue, BYTE* enumValue, std: std::ostringstream ss; const char *sep = ""; - //Now that we know the underlying enum type, let's decode the enum variable into OR-ed, human readable enum contants + //Now that we know the underlying enum type, let's decode the enum variable into OR-ed, human readable enum constants fEnum = NULL; bool isFirst = true; ULONG64 remainingValue = *((ULONG64*)enumValue);