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

Unified Diff: courgette/patcher_x86_32.h

Issue 1027883002: Update out-of-date comments and error messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « courgette/patch_generator_x86_32.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/patcher_x86_32.h
diff --git a/courgette/patcher_x86_32.h b/courgette/patcher_x86_32.h
index 5625395280c01b6e2a33295cd3cff10f2b6d70b9..e984579f040e04ce556e8689a10de40cf866b52a 100644
--- a/courgette/patcher_x86_32.h
+++ b/courgette/patcher_x86_32.h
@@ -2,9 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// This is the transformation for Windows X86 executables.
-// The same patcher can be used for Windows X64 executables.
-
#ifndef COURGETTE_WIN32_X86_PATCHER_H_
#define COURGETTE_WIN32_X86_PATCHER_H_
@@ -12,8 +9,8 @@
namespace courgette {
-// Courgette32X86Patcher is a TransformationPatcher for Windows 32-bit
-// and 64-bit executables. We can use the same patcher for both.
+// PatcherX86_32 is the universal patcher for all executables. The executable
+// type is determined by ParseDetectedExecutable function.
//
class PatcherX86_32 : public TransformationPatcher {
public:
« no previous file with comments | « courgette/patch_generator_x86_32.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698