summaryrefslogtreecommitdiff
path: root/usr.bin/sup
diff options
context:
space:
mode:
authorThierry Deval <tdeval@cvs.openbsd.org>2005-03-12 21:39:29 +0000
committerThierry Deval <tdeval@cvs.openbsd.org>2005-03-12 21:39:29 +0000
commitc38cf4c5bc5c66dfd4dca5054405173e72e79373 (patch)
tree4ef0b125fb64fff99f270f4950e47f5f7400f579 /usr.bin/sup
parentb2bc8457c98b31fdaaa780879d44d7bd6db918f7 (diff)
thanx -> thanks
Diffstat (limited to 'usr.bin/sup')
-rw-r--r--usr.bin/sup/src/skipto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sup/src/skipto.c b/usr.bin/sup/src/skipto.c
index 58d7d0281e9..31f2d7ade71 100644
--- a/usr.bin/sup/src/skipto.c
+++ b/usr.bin/sup/src/skipto.c
@@ -45,7 +45,7 @@
* Skipover, skipto adapted for VAX from skip() and skipx() on the PDP-11
* (from Ken Greer). The names are more mnemonic.
*
- * Sindex adapted for VAX from indexs() on the PDP-11 (thanx to Ralph
+ * Sindex adapted for VAX from indexs() on the PDP-11 (thanks to Ralph
* Guggenheim). The name has changed to be more like the index()
* and rindex() functions from Bell Labs; the return value (pointer
* rather than integer) has changed partly for the same reason,