summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-10-26 06:15:39 +0000
committerphk <phk@FreeBSD.org>2004-10-26 06:15:39 +0000
commitce49e5f19ef81ee535237e20c66b4a96dfd536d4 (patch)
treef4335f15f5d5752a972183e4102d87e3fe7c299d
parent76b805d6f461f60dd1a7f0a2726131fd4517b5cc (diff)
downloadFreeBSD-src-ce49e5f19ef81ee535237e20c66b4a96dfd536d4.zip
FreeBSD-src-ce49e5f19ef81ee535237e20c66b4a96dfd536d4.tar.gz
Align comment
-rw-r--r--sys/sys/bufobj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/bufobj.h b/sys/sys/bufobj.h
index 093702e..86058ed 100644
--- a/sys/sys/bufobj.h
+++ b/sys/sys/bufobj.h
@@ -83,7 +83,7 @@ struct bufobj {
long bo_numoutput; /* i Writes in progress */
u_int bo_flag; /* i Flags */
struct buf_ops *bo_ops; /* - buffer operatoins */
- struct vm_object *bo_object; /* v Place to store VM object */
+ struct vm_object *bo_object; /* v Place to store VM object */
};
#define BO_WWAIT (1 << 1) /* Wait for output to complete */
OpenPOWER on IntegriCloud