remzi-arpacidusseau / ostep-typos

50 stars 44 forks source link

Typo in Ch. 41.4 #104

Open jope12 opened 1 month ago

jope12 commented 1 month ago

Thus, if a user creates four files, /a/b, /a/c, /a/d, and b/f

should be:

Thus, if a user creates four files, /a/c, /a/d, /a/e, and b/f

Access to files /a/c, /a/d, and /a/e now spans three groups instead of one as per the FFS approach.

should be:

Access to files /a/c, /a/d, and /a/e now spans four groups instead of one as per the FFS approach.