summaryrefslogtreecommitdiffhomepage
path: root/doc/style/cpp_style.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/style/cpp_style.md')
-rw-r--r--doc/style/cpp_style.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style/cpp_style.md b/doc/style/cpp_style.md
index 3069285e..85764082 100644
--- a/doc/style/cpp_style.md
+++ b/doc/style/cpp_style.md
@@ -6,7 +6,7 @@ NeKernel uses the Google C++ Style. But applied to low-level systems. We use C++
## No Exceptions, Never.
-NeKernel bans the usage of exceptions in ne_kernel, ne_bootz, etc.
+NeKernel bans the usage of exceptions in neoskrnl, bootzldr, etc.
Unless it is a program space and not to be deemed performance dependent.
## Templates, Containers, and ZOA over C with Classes.