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
19b53520
Commit
19b53520
authored
Dec 29, 2014
by
David Renshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo: mesasge -> message
parent
68ad3220
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
layout.c++
c++/src/capnp/layout.c++
+1
-1
rpc.capnp
c++/src/capnp/rpc.capnp
+1
-1
No files found.
c++/src/capnp/layout.c++
View file @
19b53520
...
...
@@ -311,7 +311,7 @@ struct WireHelpers {
static
KJ_ALWAYS_INLINE
(
word
*
allocate
(
WirePointer
*&
ref
,
SegmentBuilder
*&
segment
,
WordCount
amount
,
WirePointer
::
Kind
kind
,
BuilderArena
*
orphanArena
))
{
// Allocate space in the mes
as
ge for a new object, creating far pointers if necessary.
// Allocate space in the mes
sa
ge for a new object, creating far pointers if necessary.
//
// * `ref` starts out being a reference to the pointer which shall be assigned to point at the
// new object. On return, `ref` points to a pointer which needs to be initialized with
...
...
c++/src/capnp/rpc.capnp
View file @
19b53520
...
...
@@ -1254,7 +1254,7 @@ using ThirdPartyCapId = AnyPointer;
#
# In a network where each vat has a public/private key pair, this could be a combination of the
# third party's public key fingerprint, hints on how to connect to the third party (e.g. an IP
# address), and the question ID used in the corresponding `Provide` mes
as
ge sent to that third party
# address), and the question ID used in the corresponding `Provide` mes
sa
ge sent to that third party
# (used to identify which capability to pick up).
using JoinKeyPart = AnyPointer;
...
...
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