summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/CompilerKit/ck-osx-san.json4
-rw-r--r--src/CompilerKit/ck-osx.json2
-rw-r--r--src/CompilerKit/ck-posix-san.json2
-rw-r--r--src/CompilerKit/ck-posix.json2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/CompilerKit/ck-osx-san.json b/src/CompilerKit/ck-osx-san.json
index 5fe2ee6..7ded2a0 100644
--- a/src/CompilerKit/ck-osx-san.json
+++ b/src/CompilerKit/ck-osx-san.json
@@ -1,4 +1,4 @@
-{
+i{
"compiler_path": "clang++",
"compiler_std": "c++20",
"headers_path": [
@@ -27,5 +27,5 @@
"CK_USE_STRUCTS=1",
"kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
],
- "description": "CompilerKit for OSX, with Asan/Ubsan. CK is the framework behind Nectar."
+ "description": "CompilerKit for OS X, with Asan/Ubsan. The Compiler Kit is the framework behind Nectar."
}
diff --git a/src/CompilerKit/ck-osx.json b/src/CompilerKit/ck-osx.json
index de3d082..53bdba2 100644
--- a/src/CompilerKit/ck-osx.json
+++ b/src/CompilerKit/ck-osx.json
@@ -23,5 +23,5 @@
"CK_USE_MACHO_LINKER=1",
"kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
],
- "description": "CompilerKit for OS X. The CompilerKit is the framework behind Nectar."
+ "description": "CompilerKit for OS X. The Compiler Kit is the framework behind Nectar."
}
diff --git a/src/CompilerKit/ck-posix-san.json b/src/CompilerKit/ck-posix-san.json
index b974fb9..4c20fe1 100644
--- a/src/CompilerKit/ck-posix-san.json
+++ b/src/CompilerKit/ck-posix-san.json
@@ -27,5 +27,5 @@
"CK_USE_STRUCTS=1",
"kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
],
- "description": "CompilerKit for OSX, with Asan/Ubsan. CK is the framework behind Nectar."
+ "description": "CompilerKit for POSIX, with Asan/Ubsan. The Compiler Kit is the framework behind Nectar."
}
diff --git a/src/CompilerKit/ck-posix.json b/src/CompilerKit/ck-posix.json
index 69c6777..72eab9d 100644
--- a/src/CompilerKit/ck-posix.json
+++ b/src/CompilerKit/ck-posix.json
@@ -22,6 +22,6 @@
"CK_POSIX=1",
"kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
],
- "description": "CompilerKit for POSIX. The CompilerKit is the framework behind Nectar."
+ "description": "CompilerKit for POSIX. The Compiler Kit is the framework behind Nectar."
}