spelling
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 24 May 2023 09:34:05 +0000 (19:34 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 24 May 2023 09:34:05 +0000 (19:34 +1000)
fusefile.c

index 01f4c58400f0d4a2197797ddebb6a415e27b808a..eeb0e72789f1e322b52419b2fcd04ebf3b995fc1 100644 (file)
@@ -184,7 +184,7 @@ static void overlay_delete(size_t p) {
 
 /**
  * Mark the given region as updated, i.e. written to the overlay. The
- * mark region may attach to prior marked regions ro be a new,
+ * mark region may attach to prior marked regions or be a new,
  * separate region. If attaching, it causes the prior regions to
  * expand and the table adjusted by deleting any regions that become
  * fully contained in other regions.