diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-05 08:39:11 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-05 08:39:11 +0000 |
commit | 716ab8369df8c28e8cdbcc199a4d65789d9aab0c (patch) | |
tree | 9aeafdd306470b9fbe6f47073f1d907ede68edd1 /lib | |
parent | 51dd8c621cab93a046ec21f0b5c8e94430a12ec1 (diff) |
impelmentation -> implementation
yes, new typo for an old friend.
Diffstat (limited to 'lib')
-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. * |