diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/rpc/xdr_array.c | 4 | ||||
-rw-r--r-- | lib/libc/rpc/xdr_float.c | 4 | ||||
-rw-r--r-- | lib/libc/rpc/xdr_reference.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/rpc/xdr_array.c b/lib/libc/rpc/xdr_array.c index ea8dd45e41a..a7d76e568a5 100644 --- a/lib/libc/rpc/xdr_array.c +++ b/lib/libc/rpc/xdr_array.c @@ -28,11 +28,11 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_array.c,v 1.7 2005/04/01 07:44:04 otto Exp $"; +static char *rcsid = "$OpenBSD: xdr_array.c,v 1.8 2005/08/05 08:39:10 espie Exp $"; #endif /* LIBC_SCCS and not lint */ /* - * xdr_array.c, Generic XDR routines impelmentation. + * xdr_array.c, Generic XDR routines implementation. * * Copyright (C) 1984, Sun Microsystems, Inc. * diff --git a/lib/libc/rpc/xdr_float.c b/lib/libc/rpc/xdr_float.c index f89143d2db1..ab68be6a1eb 100644 --- a/lib/libc/rpc/xdr_float.c +++ b/lib/libc/rpc/xdr_float.c @@ -28,11 +28,11 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_float.c,v 1.13 2005/04/01 07:44:04 otto Exp $"; +static char *rcsid = "$OpenBSD: xdr_float.c,v 1.14 2005/08/05 08:39:10 espie Exp $"; #endif /* LIBC_SCCS and not lint */ /* - * xdr_float.c, Generic XDR routines impelmentation. + * xdr_float.c, Generic XDR routines implementation. * * Copyright (C) 1984, Sun Microsystems, Inc. * diff --git a/lib/libc/rpc/xdr_reference.c b/lib/libc/rpc/xdr_reference.c index e2c046824a9..ffa3a5cfeee 100644 --- a/lib/libc/rpc/xdr_reference.c +++ b/lib/libc/rpc/xdr_reference.c @@ -28,11 +28,11 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_reference.c,v 1.5 2005/04/01 07:44:04 otto Exp $"; +static char *rcsid = "$OpenBSD: xdr_reference.c,v 1.6 2005/08/05 08:39:10 espie Exp $"; #endif /* LIBC_SCCS and not lint */ /* - * xdr_reference.c, Generic XDR routines impelmentation. + * xdr_reference.c, Generic XDR routines implementation. * * Copyright (C) 1987, Sun Microsystems, Inc. * |