--- old/src/share/classes/java/sql/Timestamp.java 2014-08-07 18:10:14.000000000 -0400 +++ new/src/share/classes/java/sql/Timestamp.java 2014-08-07 18:10:14.000000000 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -590,7 +590,7 @@ * the provided instant * @exception NullPointerException if {@code instant} is null. * @exception IllegalArgumentException if the instant is too large to - * represent as a {@code Timesamp} + * represent as a {@code Timestamp} * @since 1.8 */ public static Timestamp from(Instant instant) {