summaryrefslogtreecommitdiff
path: root/sys/ufs
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-04-11 00:45:10 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-04-11 00:45:10 +0000
commit32110f5917b46b67233f9faa81302b57c38dc68d (patch)
tree8fc0cc7429f47609a9f24c9adeb151067f552ddd /sys/ufs
parent3430d1a7ed898bbc52c200db6907c3deedd91aec (diff)
fix double words in comments
feedback and ok jmc@ miod, ok millert@
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_softdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c
index 99abc3cc76c..15017537b41 100644
--- a/sys/ufs/ffs/ffs_softdep.c
+++ b/sys/ufs/ffs/ffs_softdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ffs_softdep.c,v 1.150 2021/04/28 09:53:53 claudio Exp $ */
+/* $OpenBSD: ffs_softdep.c,v 1.151 2023/04/11 00:45:09 jsg Exp $ */
/*
* Copyright 1998, 2000 Marshall Kirk McKusick. All Rights Reserved.
@@ -1926,7 +1926,7 @@ softdep_setup_freeblocks(struct inode *ip, off_t length)
DIP_ASSIGN(ip, size, 0);
/*
- * Push the zero'ed inode to to its disk buffer so that we are free
+ * Push the zero'ed inode to its disk buffer so that we are free
* to delete its dependencies below. Once the dependencies are gone
* the buffer can be safely released.
*/