diff -r 8c0b6bccfe47 -r 0989ad8c0860 src/share/jaxws_classes/com/sun/xml/internal/bind/v2/ClassFactory.java --- a/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/ClassFactory.java Thu Apr 04 19:05:24 2013 -0700 +++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/ClassFactory.java Tue Apr 09 14:51:13 2013 +0100 @@ -120,7 +120,7 @@ /** * The same as {@link #create0} but with an error handling to make - * the instanciation error fatal. + * the instantiation error fatal. */ public static T create( Class clazz ) { try {