contants -> constants
authorJane Doe <github.jane.doe@outlook.com>
Wed, 31 Oct 2018 22:31:30 +0000 (15:31 -0700)
committerJane Doe <github.jane.doe@outlook.com>
Wed, 31 Oct 2018 22:31:30 +0000 (15:31 -0700)
src/debug/netcoredbg/valueprint.cpp

index e1369f3e7c7e04fb9ccc6ca3ba233a342fb298de..8a0e04ef9e3d1caad330cbc404e21c1f65d09797 100644 (file)
@@ -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);