Parcourir la source

[1603] fixed a typo

JINMEI Tatuya il y a 13 ans
Parent
commit
91a89cb8ca
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.
     ///
     /// 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.
     static void throwError(const char* msg) {
         isc_throw(InvalidBufferPosition, msg);