From 93667675353423b5685511a10923698fb4f41c97 Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Mon, 15 Dec 2008 23:09:33 +0000 Subject: [PATCH] Fix typo --- sbin/newfs_hammer/newfs_hammer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/newfs_hammer/newfs_hammer.c b/sbin/newfs_hammer/newfs_hammer.c index 43426b266f..d7133b4b6c 100644 --- a/sbin/newfs_hammer/newfs_hammer.c +++ b/sbin/newfs_hammer/newfs_hammer.c @@ -69,7 +69,7 @@ main(int ac, char **av) assert(sizeof(struct hammer_blockmap_layer2) == 16); /* - * Generate a filesysem id and lookup the filesystem type + * Generate a filesystem id and lookup the filesystem type */ uuidgen(&Hammer_FSId, 1); uuid_name_lookup(&Hammer_FSType, "DragonFly HAMMER", &status); -- 2.41.0