Misc. Typos

This commit is contained in:
Unknown
2017-10-09 06:45:32 -04:00
committed by wmayer
parent 598fff8b40
commit 8d9bd319bd
32 changed files with 107 additions and 107 deletions

View File

@@ -54,7 +54,7 @@ class BaseExport StackWalker
public:
typedef enum StackWalkOptions
{
// No addition info will be retrived
// No addition info will be retrieved
// (only the address is available)
RetrieveNone = 0,
@@ -70,7 +70,7 @@ public:
// Also retrieve the version for the DLL/EXE
RetrieveFileVersion = 8,
// Contains all the abouve
// Contains all the above
RetrieveVerbose = 0xF,
// Generate a "good" symbol-search-path
@@ -79,7 +79,7 @@ public:
// Also use the public Microsoft-Symbol-Server
SymUseSymSrv = 0x20,
// Contains all the abouve "Sym"-options
// Contains all the above "Sym"-options
SymAll = 0x30,
// Contains all options (default)