2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[2211] wording/grammer fixes to documentation and comments.

This commit is contained in:
JINMEI Tatuya
2012-10-22 11:26:00 -07:00
parent 07b436b864
commit e13d083a39
3 changed files with 4 additions and 4 deletions

View File

@@ -631,7 +631,7 @@ AuthSrvImpl::processNormalQuery(const IOMessage& io_message, Message& message,
local_edns->setUDPSize(AuthSrvImpl::DEFAULT_LOCAL_UDPSIZE); local_edns->setUDPSize(AuthSrvImpl::DEFAULT_LOCAL_UDPSIZE);
message.setEDNS(local_edns); message.setEDNS(local_edns);
} }
// Get access to data source client list through the holder and keep thek // Get access to data source client list through the holder and keep the
// holder until the processing and rendering is done to avoid inter-thread // holder until the processing and rendering is done to avoid inter-thread
// race. // race.
auth::DataSrcClientsMgr::Holder datasrc_holder(datasrc_clients_mgr_); auth::DataSrcClientsMgr::Holder datasrc_holder(datasrc_clients_mgr_);

View File

@@ -195,8 +195,8 @@ public:
/// ///
/// This method simply passes the new configuration to the builder /// This method simply passes the new configuration to the builder
/// and immediately returns. This method is basically exception free /// and immediately returns. This method is basically exception free
/// as long as the caller a non NULL value for \c config_arg; it doesn't /// as long as the caller passes a non NULL value for \c config_arg;
/// validate the argument further. /// it doesn't validate the argument further.
/// ///
/// \brief isc::InvalidParameter config_arg is NULL. /// \brief isc::InvalidParameter config_arg is NULL.
/// \brief std::bad_alloc /// \brief std::bad_alloc

View File

@@ -50,7 +50,7 @@ shutdownCheck() {
EXPECT_TRUE(FakeDataSrcClientsBuilder::thread_waited); EXPECT_TRUE(FakeDataSrcClientsBuilder::thread_waited);
} }
// Commonly used patter of checking member variables shared between the // Commonly used pattern of checking member variables shared between the
// manager and builder. // manager and builder.
void void
checkSharedMembers(size_t expected_queue_lock_count, checkSharedMembers(size_t expected_queue_lock_count,