diff options
author | John Hodge <tpg@ucc.asn.au> | 2019-07-21 09:58:11 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2019-07-21 09:58:11 +0800 |
commit | 9b419ffea75dabd4f5c870031ac003b6d2abecf8 (patch) | |
tree | a358ad452172bfbcf91f9090856914025dce6529 /src | |
parent | b6d9ab46851eb5d4b60dbeeb9857a4b2265450fa (diff) | |
download | mrust-9b419ffea75dabd4f5c870031ac003b6d2abecf8.tar.gz |
(minor) Fix comment typo
Diffstat (limited to 'src')
-rw-r--r-- | src/trans/mangling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trans/mangling.cpp b/src/trans/mangling.cpp index 5d7584ed..0b5d61d6 100644 --- a/src/trans/mangling.cpp +++ b/src/trans/mangling.cpp @@ -2,7 +2,7 @@ * MRustC - Rust Compiler * - By John Hodge (Mutabah/thePowersGang) * - * trans/mangling.hpp + * trans/mangling.cpp * - Name mangling support * * |