Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
de9e9b68
Commit
de9e9b68
authored
Oct 19, 2013
by
David Renshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos in error message and comment
parent
5d6ff087
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
arena.h
c++/src/capnp/arena.h
+1
-1
common.c++
c++/src/kj/common.c++
+1
-1
No files found.
c++/src/capnp/arena.h
View file @
de9e9b68
...
...
@@ -187,7 +187,7 @@ public:
virtual
void
reportReadLimitReached
()
=
0
;
// Called to report that the read limit has been reached. See ReadLimiter, below. This invokes
// the VALIDATE_INPUT() macro which may throw an exception; if it return normally, the caller
// the VALIDATE_INPUT() macro which may throw an exception; if it return
s
normally, the caller
// will need to continue with default values.
virtual
kj
::
Own
<
const
ClientHook
>
extractCap
(
const
_
::
StructReader
&
capDescriptor
)
=
0
;
...
...
c++/src/kj/common.c++
View file @
de9e9b68
...
...
@@ -51,7 +51,7 @@ void inlineAssertFailure(const char* file, int line, const char* expectation,
}
void
unreachable
()
{
KJ_FAIL_ASSERT
(
"Suppose
n
dly-unreachable branch executed."
);
KJ_FAIL_ASSERT
(
"Supposedly-unreachable branch executed."
);
// Really make sure we abort.
abort
();
...
...
Write
Preview
Markdown
is supported
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