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

Unified Diff: src/PNaClTranslator.h

Issue 1341423002: Reflow comments to use the full width. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix spelling and rebase Created 5 years, 3 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 | « src/IceUtils.h ('k') | src/PNaClTranslator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/PNaClTranslator.h
diff --git a/src/PNaClTranslator.h b/src/PNaClTranslator.h
index 24a627b246504b0fdc4ae3d70bea263740d3e133..8a045ad48162553b0b28b317f4871d165a7549d8 100644
--- a/src/PNaClTranslator.h
+++ b/src/PNaClTranslator.h
@@ -37,8 +37,8 @@ public:
~PNaClTranslator() override = default;
/// Reads the PNaCl bitcode file and translates to ICE, which is then
- /// converted to machine code. Sets ErrorStatus to 1 if any errors
- /// occurred. Takes ownership of the MemoryObject.
+ /// converted to machine code. Sets ErrorStatus to 1 if any errors occurred.
+ /// Takes ownership of the MemoryObject.
void translate(const std::string &IRFilename,
std::unique_ptr<llvm::MemoryObject> &&MemoryObject);
« no previous file with comments | « src/IceUtils.h ('k') | src/PNaClTranslator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698