summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwcohen <wcohen>2006-02-06 14:24:37 +0000
committerwcohen <wcohen>2006-02-06 14:24:37 +0000
commitc11a1f978dd849252d1ba43702a2832e02b62ed5 (patch)
tree94814c273a8c6ea399e01b32195b1e00e917458a
parent21cedab12f35be7bfefb7d782d564e54dff25d30 (diff)
downloadsystemtap-steved-c11a1f978dd849252d1ba43702a2832e02b62ed5.tar.gz
systemtap-steved-c11a1f978dd849252d1ba43702a2832e02b62ed5.tar.xz
systemtap-steved-c11a1f978dd849252d1ba43702a2832e02b62ed5.zip
Correct opening comment typo.
-rw-r--r--ChangeLog4
-rw-r--r--tapset/syscalls2.stp2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c9c7e3b8..ba967de5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-02-06 Will Cohen <wcohen@redhat.com>
+ * tapset/syscall2.stp: Correct opening comment typo.
+
+2006-02-06 Will Cohen <wcohen@redhat.com>
+
* tapset/syscall2.stp: Correct closing comment typos.
2006-02-01 Frank Ch. Eigler <fche@elastic.org>
diff --git a/tapset/syscalls2.stp b/tapset/syscalls2.stp
index afe37b2b..ab11860c 100644
--- a/tapset/syscalls2.stp
+++ b/tapset/syscalls2.stp
@@ -7,7 +7,7 @@
// Public License (GPL); either version 2, or (at your option) any
// later version.
-# Each syscall returns the calls parameters. In addition, the following
+/* Each syscall returns the calls parameters. In addition, the following
* variables are set:
*
* name - generally the syscall name minus the "sys_".