diff src/os/windows/vm/os_windows.cpp @ 12220:8e94527f601e

8024007: Misc. cleanup of static agent code Summary: Minor cleanup of static agent code from 8014135 Reviewed-by: dcubed, sspitsyn
author bpittore
date Wed, 11 Sep 2013 20:03:34 -0400
parents 62f527c674d2
children 179cd89fb279
line wrap: on
line diff
--- a/src/os/windows/vm/os_windows.cpp	Fri Sep 06 11:11:19 2013 -0700
+++ b/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;
         }