Parcourir la source

spelling: setting

Josh Soref il y a 7 ans
Parent
commit
000d5653df
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcpsrv/mysql_host_data_source.cc

+ 1 - 1
src/lib/dhcpsrv/mysql_host_data_source.cc

@@ -374,7 +374,7 @@ public:
         // is_null only if it should be true. This gives up minor performance
         // benefit while being safe approach. For improved readability, the
         // code that explicitly sets is_null is there, but is commented out.
-        // This also takes care of seeeting bind_[X].is_null to MLM_FALSE.
+        // This also takes care of setting bind_[X].is_null to MLM_FALSE.
         memset(&bind_[0], 0, sizeof(MYSQL_BIND) * bind_.size());
 
         // host_id : INT UNSIGNED NOT NULL