Browse Source

[3587] Typo fix as a result of the review.

Marcin Siodelski 10 years ago
parent
commit
dec2f0d391
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/subnet_id.h

+ 1 - 1
src/lib/dhcpsrv/subnet_id.h

@@ -25,7 +25,7 @@ namespace dhcp {
 ///
 /// Each subnet for which the DHCP service has been configured is identifed
 /// by the unique value called subnet id. Right now it is represented as
-/// a simple unsiged integer. In the future it may be extended to more complex
+/// a simple unsigned integer. In the future it may be extended to more complex
 /// type.
 typedef uint32_t SubnetID;