From c11a1f978dd849252d1ba43702a2832e02b62ed5 Mon Sep 17 00:00:00 2001 From: wcohen Date: Mon, 6 Feb 2006 14:24:37 +0000 Subject: Correct opening comment typo. --- ChangeLog | 4 ++++ tapset/syscalls2.stp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c9c7e3b8..ba967de5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-06 Will Cohen + + * tapset/syscall2.stp: Correct opening comment typo. + 2006-02-06 Will Cohen * tapset/syscall2.stp: Correct closing comment typos. 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_". -- cgit