diff options
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)) |