Parcourir la source

[2541] style and editorial: folded a long line; corrected a typo

JINMEI Tatuya il y a 12 ans
Parent
commit
b193ad87c3
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/lib/datasrc/database.cc

+ 2 - 1
src/lib/datasrc/database.cc

@@ -43,7 +43,8 @@ using boost::scoped_ptr;
 
 namespace isc {
 namespace datasrc {
-// RAII-style transaction holder; roll back the transaction unless explicitely committed
+// RAII-style transaction holder; roll back the transaction unless explicitly
+// committed
 namespace {
 class TransactionHolder {
 public: