From: Josh Soref Date: Sun, 23 Jul 2017 19:16:03 +0000 (-0400) Subject: spelling: optimize X-Git-Tag: trac5124a_base~35^2~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2996e649ed7b6121bc1e8b6a008b93e2efec4b36;p=thirdparty%2Fkea.git spelling: optimize --- diff --git a/doc/design/ipc-high.txt b/doc/design/ipc-high.txt index 5addb886ab..8452d92666 100644 --- a/doc/design/ipc-high.txt +++ b/doc/design/ipc-high.txt @@ -372,7 +372,7 @@ It is meant mostly as signalling protocol. Sending millions of messages or messages of several tens of megabytes is probably a bad idea. While there's no architectural limitation with regards of the number of transferred messages and the maximum size of message is 4GB, -the code is not optimised and it would probably be very slow. +the code is not optimized and it would probably be very slow. We currently expect the system not to be at heavy load. Therefore, we expect the system to keep up with users sending messages. The diff --git a/src/lib/dns/messagerenderer.h b/src/lib/dns/messagerenderer.h index 14eea4330a..1b8b9c0f96 100644 --- a/src/lib/dns/messagerenderer.h +++ b/src/lib/dns/messagerenderer.h @@ -124,7 +124,7 @@ private: /// /// It was decided that there's no need to have this in every subclass, /// at least not now, and this reduces code size and gives compiler a - /// better chance to optimise. + /// better chance to optimize. isc::util::OutputBuffer* buffer_; public: ///