Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
5069933d
Commit
5069933d
authored
Nov 20, 2012
by
JINMEI Tatuya
Committed by
Michal 'vorner' Vaner
Nov 22, 2012
Browse files
[2375] fixed a typo in a comment
parent
6b846ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/tests/master_lexer_unittest.cc
View file @
5069933d
...
...
@@ -324,7 +324,7 @@ TEST_F(MasterLexerTest, ungetSimple) {
// Prepare the token to get and return
const
std
::
string
expected
=
"234"
;
const
MasterLexer
::
Token
token
(
MasterLexer
::
Token
::
END_OF_LINE
);
// Change the internal state with it too. So we can check it is retured.
// Change the internal state with it too. So we can check it is retur
n
ed.
scoped_ptr
<
const
State
>
state
(
State
::
getFakeState
(
NULL
,
3
,
&
token
,
1
,
&
false_value
,
boost
::
bind
(
&
checkInput
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment