diff -r 5c956be64b9e -r 71f35e4b93a5 src/share/classes/javax/lang/model/SourceVersion.java --- a/src/share/classes/javax/lang/model/SourceVersion.java Wed Jan 23 20:57:40 2013 +0000 +++ b/src/share/classes/javax/lang/model/SourceVersion.java Wed Jan 23 13:27:24 2013 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2013, 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 @@ -46,7 +46,7 @@ */ public enum SourceVersion { /* - * Summary of language evoluation + * Summary of language evolution * 1.1: nested classes * 1.2: strictfp * 1.3: no changes