projects
/
sdk
/
tools
/
netcoredbg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4b291f
)
contants -> constants
author
Jane Doe
<github.jane.doe@outlook.com>
Wed, 31 Oct 2018 22:31:30 +0000
(15:31 -0700)
committer
Jane Doe
<github.jane.doe@outlook.com>
Wed, 31 Oct 2018 22:31:30 +0000
(15:31 -0700)
src/debug/netcoredbg/valueprint.cpp
patch
|
blob
|
history
diff --git
a/src/debug/netcoredbg/valueprint.cpp
b/src/debug/netcoredbg/valueprint.cpp
index e1369f3e7c7e04fb9ccc6ca3ba233a342fb298de..8a0e04ef9e3d1caad330cbc404e21c1f65d09797 100644
(file)
--- 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 con
s
tants
fEnum = NULL;
bool isFirst = true;
ULONG64 remainingValue = *((ULONG64*)enumValue);