--- ../work-orig/jdk/src/solaris/native/java/util/TimeZone_md.c	2010-10-30 03:38:09.000000000 +0800
+++ ./jdk/src/solaris/native/java/util/TimeZone_md.c	2010-10-30 04:18:47.000000000 +0800
@@ -259,7 +259,7 @@
             return tz;
         } else {
             if (lstat(zoneinfo_file, &statbuf) == -1) {
-                retuen NULL;
+                return NULL;
             }
         }
     }
