typo
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jan 2000 02:53:54 +0000 (02:53 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jan 2000 02:53:54 +0000 (02:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31600 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/gxxint.texi

index df9d100..b90e3f8 100644 (file)
@@ -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,