aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/ia64-fbsd.c
diff options
context:
space:
mode:
authorBenedict Reuschling <bcr@FreeBSD.org>2011-05-19 20:35:40 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2011-05-19 20:35:40 +0000
commitb2bf146e3e3ef526b82b435c80a344299ff6e1ed (patch)
treebb101cf4c3936306db3b3f8d4ce88ce8cbe26c5b /usr.bin/truss/ia64-fbsd.c
parentb0775aef7700ba06d72cea4bc170dbe00fcbdc0c (diff)
downloadsrc-b2bf146e3e3ef526b82b435c80a344299ff6e1ed.tar.gz
src-b2bf146e3e3ef526b82b435c80a344299ff6e1ed.zip
Fix typos in comments, no functional changes.
Found by: codespell Reviewed by: alfred MFC after: 1 week
Notes
Notes: svn path=/head/; revision=222103
Diffstat (limited to 'usr.bin/truss/ia64-fbsd.c')
-rw-r--r--usr.bin/truss/ia64-fbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/ia64-fbsd.c b/usr.bin/truss/ia64-fbsd.c
index 285e31400731..8fc06c60c366 100644
--- a/usr.bin/truss/ia64-fbsd.c
+++ b/usr.bin/truss/ia64-fbsd.c
@@ -128,7 +128,7 @@ ia64_syscall_entry(struct trussinfo *trussinfo, int nargs) {
/*
* FreeBSD has two special kinds of system call redirctions --
* SYS_syscall, and SYS___syscall. The former is the old syscall()
- * routine, basicly; the latter is for quad-aligned arguments.
+ * routine, basically; the latter is for quad-aligned arguments.
*/
syscall_num = regs.r_scratch.gr15; /* XXX double-check. */
if (syscall_num == SYS_syscall || syscall_num == SYS___syscall)