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
9dc1cfa3
Commit
9dc1cfa3
authored
Dec 08, 2014
by
Kenton Varda
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #156 from dwrensha/typo
fix some typos
parents
7dd63203
dbc64250
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
layout.c++
c++/src/capnp/layout.c++
+1
-1
rpc.capnp
c++/src/capnp/rpc.capnp
+1
-1
schema.capnp
c++/src/capnp/schema.capnp
+2
-2
No files found.
c++/src/capnp/layout.c++
View file @
9dc1cfa3
...
@@ -1069,7 +1069,7 @@ struct WireHelpers {
...
@@ -1069,7 +1069,7 @@ struct WireHelpers {
}
}
// We must verify that the pointer has the right size. Unlike in
// We must verify that the pointer has the right size. Unlike in
// getWritableStructList
Reference
(), we never need to "upgrade" the data, because this
// getWritableStructList
Pointer
(), we never need to "upgrade" the data, because this
// method is called only for non-struct lists, and there is no allowed upgrade path *to*
// method is called only for non-struct lists, and there is no allowed upgrade path *to*
// a non-struct list, only *from* them.
// a non-struct list, only *from* them.
...
...
c++/src/capnp/rpc.capnp
View file @
9dc1cfa3
...
@@ -1061,7 +1061,7 @@ struct Exception {
...
@@ -1061,7 +1061,7 @@ struct Exception {
# - Bugs.
# - Bugs.
# - Invalid input.
# - Invalid input.
# - Configuration errors.
# - Configuration errors.
# - Network probles.
# - Network proble
m
s.
# - Insufficient resources.
# - Insufficient resources.
# - Version skew (unimplemented functionality).
# - Version skew (unimplemented functionality).
# - Other logistical problems.
# - Other logistical problems.
...
...
c++/src/capnp/schema.capnp
View file @
9dc1cfa3
...
@@ -65,7 +65,7 @@ struct Node {
...
@@ -65,7 +65,7 @@ struct Node {
struct NestedNode {
struct NestedNode {
name @0 :Text;
name @0 :Text;
# Unqualified symbol name. Unlike Node.
n
ame, this *can* be used programmatically.
# Unqualified symbol name. Unlike Node.
displayN
ame, this *can* be used programmatically.
#
#
# (On Zooko's triangle, this is the node's petname according to its parent scope.)
# (On Zooko's triangle, this is the node's petname according to its parent scope.)
...
@@ -361,7 +361,7 @@ struct Brand {
...
@@ -361,7 +361,7 @@ struct Brand {
# List of parameter bindings.
# List of parameter bindings.
inherit @2 :Void;
inherit @2 :Void;
# The place where this
TypeEnivornment
appears is actually within this scope or a sub-scope,
# The place where this
Brand
appears is actually within this scope or a sub-scope,
# and the bindings for this scope should be inherited from the reference point.
# and the bindings for this scope should be inherited from the reference point.
}
}
}
}
...
...
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