diff --git a/lesson-1.html b/lesson-1.html index bc73a47..61b1dd1 100644 --- a/lesson-1.html +++ b/lesson-1.html @@ -31,7 +31,7 @@ Every C++ mangled symbol is prefixed with the string _Z. This signifies that this is a mangled C++ symbol. _Z starts with an underscore followed by an uppercase - letter. All symbols of that structures are reserved by the C + letter. All symbols of that structure are reserved by the C standard and cannot be used by programs. This ensures that there are no name collisions with normal C functions and mangled C++ functions.