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
7185b54a
Commit
7185b54a
authored
May 01, 2017
by
Kenton Varda
Committed by
GitHub
May 01, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #470 from dwrensha/complier
fix typos: complied -> compiled
parents
2f41517a
e17dbd23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
node-translator.h
c++/src/capnp/compiler/node-translator.h
+1
-1
filesystem-disk-old-kernel-test.c++
c++/src/kj/filesystem-disk-old-kernel-test.c++
+1
-1
filesystem-disk.c++
c++/src/kj/filesystem-disk.c++
+1
-1
No files found.
c++/src/capnp/compiler/node-translator.h
View file @
7185b54a
...
...
@@ -217,7 +217,7 @@ private:
uint64_t
scopeId
;
// If zero, then any reference to an implciit param in this context should be compiled to a
// `implicitMethodParam` AnyPointer. If non-zero, it should be comp
li
ed to a `parameter`
// `implicitMethodParam` AnyPointer. If non-zero, it should be comp
il
ed to a `parameter`
// AnyPointer.
List
<
Declaration
::
BrandParameter
>::
Reader
params
;
...
...
c++/src/kj/filesystem-disk-old-kernel-test.c++
View file @
7185b54a
...
...
@@ -27,7 +27,7 @@
__has_include(<sys/ptrace.h>)
// This test re-runs filesystem-disk-test.c++ with newfangled Linux kernel features disabled.
//
// This test must be comp
li
ed as a separate program, since it alters the calling process by
// This test must be comp
il
ed as a separate program, since it alters the calling process by
// enabling seccomp to disable the kernel features.
#include <syscall.h>
...
...
c++/src/kj/filesystem-disk.c++
View file @
7185b54a
...
...
@@ -810,7 +810,7 @@ public:
// be called again with a new path.
//
// Returns the temporary path that succeeded. Only returns nullptr if there was an exception
// but we're comp
li
ed with -fno-exceptions.
// but we're comp
il
ed with -fno-exceptions.
if
(
finalName
.
size
()
==
0
)
{
KJ_FAIL_REQUIRE
(
"can't replace self"
)
{
break
;
}
...
...
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