1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-26 13:10:46 +03:00

Update docs/glossary.md

Co-authored-by: Alcaro <floating@muncher.se>
This commit is contained in:
Dickless 2024-01-31 14:40:39 +09:00 committed by GitHub
parent e63e3a6cf4
commit 93096442f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,7 @@ identify a function or a data in C++, because for example `foo` may
be in a namespace or defined as a static member in some class. If
`foo` is an overloaded function, we need to distinguish different
`foo`s by its type. Therefore, C++ compiler mangles an identifier by
appending namepsace names, type information and such so that
appending namespace names, type information and such so that
different things get different names.
For example, a function `int foo(int)` in a namespace `bar` is