Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: third_party/tcmalloc/vendor/src/windows/ia32_modrm_map.cc

Issue 10797029: Enforce all the source files to be encoded in UTF-8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/tcmalloc/vendor/src/windows/ia32_modrm_map.cc
diff --git a/third_party/tcmalloc/vendor/src/windows/ia32_modrm_map.cc b/third_party/tcmalloc/vendor/src/windows/ia32_modrm_map.cc
index f1f1906289cd333ba28606f769b974bd09ac1ad9..142c7cbea60754a8f170e4f184fbd1ce34259dfb 100644
--- a/third_party/tcmalloc/vendor/src/windows/ia32_modrm_map.cc
+++ b/third_party/tcmalloc/vendor/src/windows/ia32_modrm_map.cc
@@ -31,8 +31,8 @@
* Author: Joi Sigurdsson
*
* Table of relevant information about how to decode the ModR/M byte.
- * Based on information in the IA-32 Intel® Architecture
- * Software Developer’s Manual Volume 2: Instruction Set Reference.
+ * Based on information in the IA-32 Intel® Architecture
+ * Software Developer's Manual Volume 2: Instruction Set Reference.
*/
#include "mini_disassembler.h"

Powered by Google App Engine
This is Rietveld 408576698