diff options
author | wcohen <wcohen> | 2006-02-06 14:10:56 +0000 |
---|---|---|
committer | wcohen <wcohen> | 2006-02-06 14:10:56 +0000 |
commit | 21cedab12f35be7bfefb7d782d564e54dff25d30 (patch) | |
tree | 0ac7d58d9902469b844d0cbe7dc3885882749a4d | |
parent | 375d97b5e87898d9d5a06a4156e873a9c8677a5d (diff) | |
download | systemtap-steved-21cedab12f35be7bfefb7d782d564e54dff25d30.tar.gz systemtap-steved-21cedab12f35be7bfefb7d782d564e54dff25d30.tar.xz systemtap-steved-21cedab12f35be7bfefb7d782d564e54dff25d30.zip |
Remove closing comment typos.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | tapset/syscalls2.stp | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2006-02-06 Will Cohen <wcohen@redhat.com> + + * tapset/syscall2.stp: Correct closing comment typos. + 2006-02-01 Frank Ch. Eigler <fche@elastic.org> * testsuite/semko/one.stp: Make sure test case stays broken. diff --git a/tapset/syscalls2.stp b/tapset/syscalls2.stp index 6dc43c2e..afe37b2b 100644 --- a/tapset/syscalls2.stp +++ b/tapset/syscalls2.stp @@ -240,7 +240,6 @@ probe syscall.pciconfig_iobase.return = kernel.function("sys_pciconfig_iobase"). name = "pciconfig_iobase" returnp = 1 } -*/ # pciconfig_read _____________________________________________ # # asmlinkage int @@ -265,7 +264,6 @@ probe syscall.pciconfig_read.return = name = "pciconfig_read" returnp = 1 } -*/ # pciconfig_write ____________________________________________ # # asmlinkage int @@ -289,7 +287,6 @@ probe syscall.pciconfig_write.return = name = "pciconfig_write" returnp = 1 } -*/ # personality ________________________________________________ # # asmlinkage long |