diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2000-01-24 21:53:54 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2000-01-24 21:53:54 -0500 |
commit | 6d4e202ef0717cf48bf209eddf628f942d444608 (patch) | |
tree | 29e2578fa571150ee2baa062a5440571292f53f1 | |
parent | 65e1263a0d8aca08eb92fe8d4d10b69426d1ef73 (diff) | |
download | gcc-6d4e202ef0717cf48bf209eddf628f942d444608.zip gcc-6d4e202ef0717cf48bf209eddf628f942d444608.tar.gz gcc-6d4e202ef0717cf48bf209eddf628f942d444608.tar.bz2 |
typo
From-SVN: r31600
-rw-r--r-- | gcc/cp/gxxint.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/gxxint.texi b/gcc/cp/gxxint.texi index df9d100..b90e3f8 100644 --- a/gcc/cp/gxxint.texi +++ b/gcc/cp/gxxint.texi @@ -1458,7 +1458,7 @@ are needed, and how to emit them if they are. @node Mangling, Concept Index, Free Store, Top @section Function name mangling for C++ and Java -Both C++ and Jave provide overloaded function and methods, +Both C++ and Java provide overloaded functions and methods, which are methods with the same types but different parameter lists. Selecting the correct version is done at compile time. Though the overloaded functions have the same name in the source code, |