public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: Przemyslaw Pawelczyk <przemyslaw@pawelczyk.it>
To: systemtap@sourceware.org
Subject: [PATCH] Fix typo in mq_timedreceive probe point.
Date: Sun, 17 May 2009 17:49:00 -0000	[thread overview]
Message-ID: <1242582539.814509.8391@debian> (raw)

* 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

             reply	other threads:[~2009-05-17 17:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-17 17:49 Przemyslaw Pawelczyk [this message]
2009-05-18 10:17 ` Mark Wielaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1242582539.814509.8391@debian \
    --to=przemyslaw@pawelczyk.it \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).