Browse Source

typo in a comment (so trivial so I think it's okay to commit)

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@468 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
5030bb50de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/cc/cpp/data.cc

+ 1 - 1
src/lib/cc/cpp/data.cc

@@ -138,7 +138,7 @@ skip_chars(std::istream &in, const char *chars, int& line, int& pos)
 
 // skip on the input stream to one of the characters in chars
 // if another character is found this function returns false
-// unles that character is specified in the optional may_skip
+// unless that character is specified in the optional may_skip
 //
 // the character found is left on the stream
 static void