Index: src/IceCompileServer.h |
diff --git a/src/IceCompileServer.h b/src/IceCompileServer.h |
index e027cbbe551a8dcd552dce2cf673070ceb2943b1..8d9992798370625705bc4d1a1a0b632c9f700d09 100644 |
--- a/src/IceCompileServer.h |
+++ b/src/IceCompileServer.h |
@@ -8,8 +8,8 @@ |
//===----------------------------------------------------------------------===// |
/// |
/// \file |
-/// This file declares the compile server. Given a compiler implementation, |
-/// it dispatches compile requests to the implementation. |
+/// This file declares the compile server. Given a compiler implementation, it |
+/// dispatches compile requests to the implementation. |
/// |
//===----------------------------------------------------------------------===// |
@@ -27,17 +27,17 @@ class raw_fd_ostream; |
namespace Ice { |
-/// A CompileServer awaits compile requests, and dispatches the requests |
-/// to a given Compiler. Each request is paired with an input stream, |
-/// a context (which has the output stream), and a set of arguments. |
-/// The CompileServer takes over the current thread to listen to requests, |
-/// and compile requests are handled on separate threads. |
+/// A CompileServer awaits compile requests, and dispatches the requests to a |
+/// given Compiler. Each request is paired with an input stream, a context |
+/// (which has the output stream), and a set of arguments. The CompileServer |
+/// takes over the current thread to listen to requests, and compile requests |
+/// are handled on separate threads. |
/// |
/// Currently, this only handles a single request. |
/// |
-/// When run on the commandline, it receives and therefore dispatches |
-/// the request immediately. When run in the browser, it blocks waiting |
-/// for a request. |
+/// When run on the commandline, it receives and therefore dispatches the |
+/// request immediately. When run in the browser, it blocks waiting for a |
+/// request. |
class CompileServer { |
CompileServer() = delete; |
CompileServer(const CompileServer &) = delete; |