diff options
Diffstat (limited to 'doc/style')
| -rw-r--r-- | doc/style/cpp_style.md | 2 |
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. |
