tmpfs(5): Remove a double word in a source code comment

- s/the the/the/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-04 13:51:50 +02:00
parent 26d6e38604
commit d81e1b4429

View File

@ -636,7 +636,7 @@ tmpfs_free_node_locked(struct tmpfs_mount *tmp, struct tmpfs_node *node,
/*
* Make sure this is a node type we can deal with. Everything is explicitly
* enumerated without the 'default' clause so the the compiler can throw an
* enumerated without the 'default' clause so the compiler can throw an
* error in case a new type is added.
*/
switch (node->tn_type) {