diff options
author | dillon <dillon@FreeBSD.org> | 1999-01-27 18:19:53 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1999-01-27 18:19:53 +0000 |
commit | ca8ef4ff13bd36f7171ca86291d80febd596d6d7 (patch) | |
tree | 77a4c516a324e4f7d7fb57d14159e30352bd078a /sys/vm/swap_pager.c | |
parent | ad86bef7d92e2c2a15e025c060cda971a229fa38 (diff) | |
download | FreeBSD-src-ca8ef4ff13bd36f7171ca86291d80febd596d6d7.zip FreeBSD-src-ca8ef4ff13bd36f7171ca86291d80febd596d6d7.tar.gz |
Remove unintended trigraph sequences in comments for -Wall
Diffstat (limited to 'sys/vm/swap_pager.c')
-rw-r--r-- | sys/vm/swap_pager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 091a8c6..4e01473 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -64,7 +64,7 @@ * * @(#)swap_pager.c 8.9 (Berkeley) 3/21/94 * - * $Id: swap_pager.c,v 1.110 1999/01/24 02:32:14 dillon Exp $ + * $Id: swap_pager.c,v 1.111 1999/01/24 06:04:51 dillon Exp $ */ #include <sys/param.h> @@ -520,7 +520,7 @@ swap_pager_freespace(object, start, size) * The source object is of type OBJT_SWAP. * * The source and destination objects must be - * locked or inaccessible (XXX are they ???) + * locked or inaccessible (XXX are they ?) */ void |