Commit 7185b54a authored by Kenton Varda's avatar Kenton Varda Committed by GitHub

Merge pull request #470 from dwrensha/complier

fix typos: complied -> compiled
parents 2f41517a e17dbd23
...@@ -217,7 +217,7 @@ private: ...@@ -217,7 +217,7 @@ private:
uint64_t scopeId; uint64_t scopeId;
// If zero, then any reference to an implciit param in this context should be compiled to a // 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 complied to a `parameter` // `implicitMethodParam` AnyPointer. If non-zero, it should be compiled to a `parameter`
// AnyPointer. // AnyPointer.
List<Declaration::BrandParameter>::Reader params; List<Declaration::BrandParameter>::Reader params;
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
__has_include(<sys/ptrace.h>) __has_include(<sys/ptrace.h>)
// This test re-runs filesystem-disk-test.c++ with newfangled Linux kernel features disabled. // This test re-runs filesystem-disk-test.c++ with newfangled Linux kernel features disabled.
// //
// This test must be complied as a separate program, since it alters the calling process by // This test must be compiled as a separate program, since it alters the calling process by
// enabling seccomp to disable the kernel features. // enabling seccomp to disable the kernel features.
#include <syscall.h> #include <syscall.h>
......
...@@ -810,7 +810,7 @@ public: ...@@ -810,7 +810,7 @@ public:
// be called again with a new path. // be called again with a new path.
// //
// Returns the temporary path that succeeded. Only returns nullptr if there was an exception // Returns the temporary path that succeeded. Only returns nullptr if there was an exception
// but we're complied with -fno-exceptions. // but we're compiled with -fno-exceptions.
if (finalName.size() == 0) { if (finalName.size() == 0) {
KJ_FAIL_REQUIRE("can't replace self") { break; } KJ_FAIL_REQUIRE("can't replace self") { break; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment