public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in mq_timedreceive probe point.
@ 2009-05-17 17:49 Przemyslaw Pawelczyk
  2009-05-18 10:17 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Przemyslaw Pawelczyk @ 2009-05-17 17:49 UTC (permalink / raw)
  To: systemtap

* tapset/syscalls.stp: Rename abs_timout_uaddr to abs_timeout_uaddr.
---
 tapset/syscalls.stp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tapset/syscalls.stp b/tapset/syscalls.stp
index a215dc1..0eaf84c 100644
--- a/tapset/syscalls.stp
+++ b/tapset/syscalls.stp
@@ -2976,7 +2976,7 @@ probe syscall.mq_timedreceive =
 	msg_ptr_uaddr = $u_msg_ptr
 	msg_len = $msg_len
 	msg_prio_uaddr = $u_msg_prio
-	abs_timout_uaddr = $u_abs_timeout
+	abs_timeout_uaddr = $u_abs_timeout
 	argstr = sprintf("%d, %p, %d, %p, %p", $mqdes, $u_msg_ptr, $msg_len,
 			$u_msg_prio, $u_abs_timeout)
 }
-- 
1.5.6.5

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix typo in mq_timedreceive probe point.
  2009-05-17 17:49 [PATCH] Fix typo in mq_timedreceive probe point Przemyslaw Pawelczyk
@ 2009-05-18 10:17 ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2009-05-18 10:17 UTC (permalink / raw)
  To: Przemyslaw Pawelczyk; +Cc: systemtap

On Sun, 2009-05-17 at 19:42 +0200, Przemyslaw Pawelczyk wrote:
> * tapset/syscalls.stp: Rename abs_timout_uaddr to abs_timeout_uaddr.

Thanks, that was a silly typo. Applied as:

commit 1a88a67755fa23e8fcf74058ffa984b132f9ce02
Author: Przemyslaw Pawelczyk <przemyslaw@pawelczyk.it>
Date:   Sun May 17 19:42:48 2009 +0200

    Fix typo in mq_timedreceive probe point.
    
    * tapset/syscalls.stp: Rename abs_timout_uaddr to abs_timeout_uaddr.

Cheers,

Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-18 10:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-17 17:49 [PATCH] Fix typo in mq_timedreceive probe point Przemyslaw Pawelczyk
2009-05-18 10:17 ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).