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

Unified Diff: third_party/tcmalloc/chromium/src/windows/ia32_opcode_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: more readmes 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/chromium/src/windows/ia32_opcode_map.cc
diff --git a/third_party/tcmalloc/chromium/src/windows/ia32_opcode_map.cc b/third_party/tcmalloc/chromium/src/windows/ia32_opcode_map.cc
index ba6a79e3d19537820ab26e63bbe2bb31e5146f1e..e14279cd3457fdc31e5e3739684f660315c76ed0 100644
--- a/third_party/tcmalloc/chromium/src/windows/ia32_opcode_map.cc
+++ b/third_party/tcmalloc/chromium/src/windows/ia32_opcode_map.cc
@@ -30,8 +30,8 @@
* ---
* Author: Joi Sigurdsson
*
- * Opcode decoding maps. Based on the IA-32 Intel® Architecture
- * Software Developer’s Manual Volume 2: Instruction Set Reference. Idea
+ * Opcode decoding maps. Based on the IA-32 Intel® Architecture
+ * Software Developer's Manual Volume 2: Instruction Set Reference. Idea
* for how to lay out the tables in memory taken from the implementation
* in the Bastard disassembly environment.
*/

Powered by Google App Engine
This is Rietveld 408576698