diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-11-29 06:20:04 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-11-29 06:20:04 +0000 |
commit | e4173539d675b3c69b75655a81a011021a1b6e5c (patch) | |
tree | f259b1724785e10073fd33c49dd61700a4b7aaba /usr.bin/tn3270 | |
parent | 1c9652681119cffbc7e6c4c88cb8b22241b0981f (diff) |
Spell precede correctly.
'looks fine' millert@, krw@. ok jmc@
Diffstat (limited to 'usr.bin/tn3270')
-rw-r--r-- | usr.bin/tn3270/ctlr/api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tn3270/ctlr/api.h b/usr.bin/tn3270/ctlr/api.h index 8355649f973..1dfb078f776 100644 --- a/usr.bin/tn3270/ctlr/api.h +++ b/usr.bin/tn3270/ctlr/api.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: api.h,v 1.3 2003/06/03 02:56:19 millert Exp $*/ +/* * $OpenBSD: api.h,v 1.4 2004/11/29 06:20:03 jsg Exp $*/ /*- * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. @@ -321,7 +321,7 @@ typedef struct { #define FP_OFF(y) ((unsigned int)(((unsigned long)(y))&0xFFFF)) /* - * Undo the preceeding. + * Undo the preceding. */ #define SEG_OFF_BACK(x,y) (((x)<<16)|(y)) |