Browse Source

[1603] fixed a typo

JINMEI Tatuya 13 years ago
parent
commit
91a89cb8ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/util/buffer.h

+ 1 - 1
src/lib/util/buffer.h

@@ -224,7 +224,7 @@ private:
     /// \brief A common helper to throw an exception on invalid operation.
     /// \brief A common helper to throw an exception on invalid operation.
     ///
     ///
     /// Experiments showed that throwing from each method makes the buffer
     /// Experiments showed that throwing from each method makes the buffer
-    /// operation thrower, so we consolidate it here, and let the methods
+    /// operation slower, so we consolidate it here, and let the methods
     /// call this.
     /// call this.
     static void throwError(const char* msg) {
     static void throwError(const char* msg) {
         isc_throw(InvalidBufferPosition, msg);
         isc_throw(InvalidBufferPosition, msg);