diff options
author | marcel <marcel@FreeBSD.org> | 2003-05-16 07:05:08 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-05-16 07:05:08 +0000 |
commit | 99b4e6770958a656505107a902c778991b4912d7 (patch) | |
tree | e6943660d09305079324aea2e92d70659083a7f1 | |
parent | ea1f6119a18fb78e5f538acd1b16c84dc2a25d09 (diff) | |
download | FreeBSD-src-99b4e6770958a656505107a902c778991b4912d7.zip FreeBSD-src-99b4e6770958a656505107a902c778991b4912d7.tar.gz |
Indent a comment. This makes 1.100.
Still approved by: re@ (blanket)
-rw-r--r-- | sys/ia64/ia64/pmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/pmap.c b/sys/ia64/ia64/pmap.c index 617f966..2022c1a 100644 --- a/sys/ia64/ia64/pmap.c +++ b/sys/ia64/ia64/pmap.c @@ -893,7 +893,7 @@ pmap_pinit2(struct pmap *pmap) } /*************************************************** -* Pmap allocation/deallocation routines. + * Pmap allocation/deallocation routines. ***************************************************/ /* |