OSDN Git Service

* sigproc.cc (get_proc_lock): Fix error message typo.
authorcgf <cgf>
Wed, 3 Feb 2010 19:57:05 +0000 (19:57 +0000)
committercgf <cgf>
Wed, 3 Feb 2010 19:57:05 +0000 (19:57 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/sigproc.cc

index 9000614..506ff09 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-03  Christopher Faylor  <me+cygwin@cgf.cx>
+
+       * sigproc.cc (get_proc_lock): Fix error message typo.
+
 2010-02-03  Corinna Vinschen  <corinna@vinschen.de>
 
        * fhandler_disk_file.cc (fhandler_base::fstat_helper): Workaround
index 718c800..e940ebe 100644 (file)
@@ -165,7 +165,7 @@ get_proc_lock (DWORD what, DWORD val)
       sigproc_printf ("sync_proc_subproc is NULL (2)");
       return false;
     }
-  system_printf ("Couldn't aquire sync_proc_subproc for(%d,%d), last %d, %E",
+  system_printf ("Couldn't acquire sync_proc_subproc for(%d,%d), last %d, %E",
                  what, val, lastwhat);
   return true;
 }