diff -r eaaa79b68cd5 -r 729f9700483a jdk/src/java.desktop/share/classes/javax/sound/sampled/AudioSystem.java --- a/jdk/src/java.desktop/share/classes/javax/sound/sampled/AudioSystem.java Tue Nov 18 15:25:16 2014 -0800 +++ b/jdk/src/java.desktop/share/classes/javax/sound/sampled/AudioSystem.java Wed Dec 03 14:22:58 2014 +0000 @@ -61,7 +61,7 @@ * Properties can be used to specify the default mixer for specific line types. * Both system properties and a properties file are considered. The * "sound.properties" properties file is read from an implementation-specific - * location (typically it is the {@code lib} directory in the Java installation + * location (typically it is the {@code conf} directory in the Java installation * directory). If a property exists both as a system property and in the * properties file, the system property takes precedence. If none is specified, * a suitable default is chosen among the available devices. The syntax of the