Browse Source

[2207] editorial: folded a long line

JINMEI Tatuya 12 years ago
parent
commit
100929f3fa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/datasrc/memory/zone_writer.h

+ 2 - 2
src/lib/datasrc/memory/zone_writer.h

@@ -63,8 +63,8 @@ public:
     /// This may throw in rare cases, depending on the concrete implementation.
     /// If it throws, you still need to call cleanup().
     ///
-    /// \throw isc::InvalidOperation if called without previous load() or for the
-    ///     second time or cleanup() was called already.
+    /// \throw isc::InvalidOperation if called without previous load() or for
+    ///     the second time or cleanup() was called already.
     virtual void install() = 0;
 
     /// \brief Clean up resources.