]> sourceware.org Git - systemtap.git/commitdiff
2007-05-24 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Thu, 24 May 2007 18:32:50 +0000 (18:32 +0000)
committerhunt <hunt>
Thu, 24 May 2007 18:32:50 +0000 (18:32 +0000)
* mainloop.c (cleanup_and_exit): Fix typo.

runtime/staprun/ChangeLog
runtime/staprun/mainloop.c

index d30551cd9675ec277b6e1126bb55471ed5852f5b..c4cca77f5c03bc328813a89d65bafe487d617f0f 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-24  Martin Hunt  <hunt@redhat.com>
+
+       * mainloop.c (cleanup_and_exit): Fix typo.
+
 2007-05-22  Martin Hunt  <hunt@redhat.com>
 
        * mainloop.c (init_staprun): Change dbug() call.
index ded4325d79e4bb81ef31e5e2f520068b6e51ec73..008efd74250b78024744fce3609699f522fd9b83 100644 (file)
@@ -290,7 +290,7 @@ void cleanup_and_exit (int closed)
        /* what about child processes? we will wait for them here. */
        err = waitpid(-1, NULL, WNOHANG);
        if (err >= 0)
-               fprintf(stderr,"\nWaititing for processes to exit\n");
+               fprintf(stderr,"\nWaiting for processes to exit\n");
        while(wait(NULL) > 0) ;
 
        if (use_old_transport)
This page took 0.028133 seconds and 5 git commands to generate.