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

Unified Diff: src/IceELFStreamer.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: 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
Index: src/IceELFStreamer.h
diff --git a/src/IceELFStreamer.h b/src/IceELFStreamer.h
index 93051b99d4f6e07f02e1f55b90b853fb3d903a44..ab998911e2658fef32355373274c0277d2162511 100644
--- a/src/IceELFStreamer.h
+++ b/src/IceELFStreamer.h
@@ -20,8 +20,8 @@
namespace Ice {
-/// Low level writer that can that can handle ELFCLASS32/64.
-/// Little endian only for now.
+/// Low level writer that can that can handle ELFCLASS32/64. Little endian only
+/// for now.
class ELFStreamer {
ELFStreamer() = delete;
ELFStreamer(const ELFStreamer &) = delete;

Powered by Google App Engine
This is Rietveld 408576698