]> sourceware.org Git - systemtap.git/commitdiff
Fix some copy paste typos
authorFelix Lu <flu@redhat.com>
Fri, 11 Mar 2016 15:27:52 +0000 (10:27 -0500)
committerFelix Lu <flu@redhat.com>
Fri, 11 Mar 2016 15:27:52 +0000 (10:27 -0500)
tapset/linux/signal.stp
tapset/stopwatch.stp

index 4eeb106e2527fa291370eafd58b446bf320c4ad6..936772e9a555deb9d483e6f07ffcb9202d69822c 100644 (file)
@@ -838,7 +838,7 @@ function get_sa_flags:long (act:long)
 }
 
 /**
- * sfunction get_sa_flags - Returns the numeric value of sa_handler
+ * sfunction get_sa_handler - Returns the numeric value of sa_handler
  *
  * @act: address of the sigaction to query.
  */
@@ -869,7 +869,7 @@ function get_sa_handler:long (act:long)
 // };
 
 /**
- * sfunction get_sa_flags - Returns the string representation of a sigset
+ * sfunction sigset_mask_str - Returns the string representation of a sigset
  *
  * @mask: the sigset to convert to string.
  */
index ecc362fa9eb1d6d25b0a8e33745109ad4e85b018..ecf0fde0e39072fe5a37d2fce246a5c7682d95b5 100644 (file)
@@ -114,7 +114,7 @@ function read_stopwatch_ms:long (name:string)
 
 
 /**
- * sfunction read_stopwatch_ms - Reads the time in seconds for a stopwatch
+ * sfunction read_stopwatch_s - Reads the time in seconds for a stopwatch
  * @name: stopwatch name
  *
  * Returns time in seconds for stopwatch @name.
This page took 0.034909 seconds and 5 git commands to generate.