Browse Source

[2827] Corrected minor typo.

Marcin Siodelski 12 years ago
parent
commit
29c3f7f4e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/pkt6.h

+ 1 - 1
src/lib/dhcp/pkt6.h

@@ -189,7 +189,7 @@ public:
     /// Returns an option from specified relay scope (inserted by a given relay
     /// if this is received packet or to be decapsulated by a given relay if
     /// this is a transmitted packet). nesting_level specifies which relay
-    /// scope is to be used 0 is the outermost encapsulation (relay closest to
+    /// scope is to be used. 0 is the outermost encapsulation (relay closest to
     /// the server). pkt->relay_info_.size() - 1 is the innermost encapsulation
     /// (relay closest to the client).
     ///