Index: src/common/windows/pdb_source_line_writer.cc |
diff --git a/src/common/windows/pdb_source_line_writer.cc b/src/common/windows/pdb_source_line_writer.cc |
index dba2ea764a4bb83d79e320941186c84b62017525..0b846a15811a13ecbd2099892957b5145d2c9abb 100644 |
--- a/src/common/windows/pdb_source_line_writer.cc |
+++ b/src/common/windows/pdb_source_line_writer.cc |
@@ -40,7 +40,7 @@ |
#include "common/windows/guid_string.h" |
#include "common/windows/string_utils-inl.h" |
-// This constant may be missing from DbgHelp.h. See the documentation for |
+// This constant may be missing from dbghelp.h. See the documentation for |
// IDiaSymbol::get_undecoratedNameEx. |
#ifndef UNDNAME_NO_ECSU |
#define UNDNAME_NO_ECSU 0x8000 // Suppresses enum/class/struct/union. |