hotspot/src/os/windows/vm/os_windows.cpp
changeset 19973 d98623e1f50b
parent 19560 d44eb8cd7ecc
child 20006 9dc2add3103b
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Fri Sep 06 11:11:19 2013 -0700
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Wed Sep 11 20:03:34 2013 -0400
@@ -5429,7 +5429,7 @@
       if ((start = strrchr(lib_name, *os::file_separator())) != NULL) {
         lib_name = ++start;
       } else {
-        // Need to check for C:
+        // Need to check for drive prefix
         if ((start = strchr(lib_name, ':')) != NULL) {
           lib_name = ++start;
         }