]> granicus.if.org Git - pdns/commitdiff
spelling: aligns
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:29:00 +0000 (09:29 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:29:00 +0000 (09:29 +0000)
pdns/dnsparser.hh

index 74de7f8ca4c010558bde38e23dee1d07e1eefdb8..10a6ab17afa3d88a53e4641c2346740a6d87d0a9 100644 (file)
@@ -157,7 +157,7 @@ public:
 private:
   uint16_t d_startrecordpos; // needed for getBlob later on
   uint16_t d_recordlen;      // ditto
-  uint16_t not_used; // Alighns the whole class on 8-byte boundries
+  uint16_t not_used; // Aligns the whole class on 8-byte boundries
   const vector<uint8_t>& d_content;
 };