| Index: sandbox/win/src/internal_types.h
|
| diff --git a/sandbox/win/src/internal_types.h b/sandbox/win/src/internal_types.h
|
| index e1028189d8057916478e41f4074ae88b883f4fa2..7ea4b7d62ea0ea7afc121073d533af06dbe149fa 100644
|
| --- a/sandbox/win/src/internal_types.h
|
| +++ b/sandbox/win/src/internal_types.h
|
| @@ -13,7 +13,7 @@ const wchar_t kNtdllName[] = L"ntdll.dll";
|
| const wchar_t kKerneldllName[] = L"kernel32.dll";
|
| const wchar_t kKernelBasedllName[] = L"kernelbase.dll";
|
|
|
| -// Defines the supported C++ types encoding to numeric id. Like a poor's man
|
| +// Defines the supported C++ types encoding to numeric id. Like a simplified
|
| // RTTI. Note that true C++ RTTI will not work because the types are not
|
| // polymorphic anyway.
|
| enum ArgType {
|
|
|