From b36c276cc5c942f37ba00ee6abe2baa67bc24dc1 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 20 Feb 2003 15:05:39 +0000 Subject: Fixed comment. --- usr.bin/truss/amd64-fbsd32.c | 2 +- usr.bin/truss/i386-fbsd.c | 2 +- usr.bin/truss/ia64-fbsd.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/truss/amd64-fbsd32.c b/usr.bin/truss/amd64-fbsd32.c index 95e0dfb..fb2b256 100644 --- a/usr.bin/truss/amd64-fbsd32.c +++ b/usr.bin/truss/amd64-fbsd32.c @@ -35,7 +35,7 @@ static const char rcsid[] = #endif /* not lint */ /* - * FreeBSD/386-specific system call handling. This is probably the most + * FreeBSD/i386-specific system call handling. This is probably the most * complex part of the entire truss program, although I've got lots of * it handled relatively cleanly now. The system call names are generated * automatically, thanks to /usr/src/sys/kern/syscalls.master. The diff --git a/usr.bin/truss/i386-fbsd.c b/usr.bin/truss/i386-fbsd.c index 95e0dfb..fb2b256 100644 --- a/usr.bin/truss/i386-fbsd.c +++ b/usr.bin/truss/i386-fbsd.c @@ -35,7 +35,7 @@ static const char rcsid[] = #endif /* not lint */ /* - * FreeBSD/386-specific system call handling. This is probably the most + * FreeBSD/i386-specific system call handling. This is probably the most * complex part of the entire truss program, although I've got lots of * it handled relatively cleanly now. The system call names are generated * automatically, thanks to /usr/src/sys/kern/syscalls.master. The diff --git a/usr.bin/truss/ia64-fbsd.c b/usr.bin/truss/ia64-fbsd.c index ccdaca1..7cf4f52 100644 --- a/usr.bin/truss/ia64-fbsd.c +++ b/usr.bin/truss/ia64-fbsd.c @@ -35,7 +35,7 @@ static const char rcsid[] = #endif /* not lint */ /* - * FreeBSD/386-specific system call handling. This is probably the most + * FreeBSD/ia64-specific system call handling. This is probably the most * complex part of the entire truss program, although I've got lots of * it handled relatively cleanly now. The system call names are generated * automatically, thanks to /usr/src/sys/kern/syscalls.master. The -- cgit v1.1