Fix typos in comments (#57)

This commit is contained in:
Ryan Schmidt 2022-11-19 22:52:37 -06:00 committed by GitHub
parent b8d17f4481
commit bdb1f4b2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ namespace OS {
{
char buffer[PATH_MAX + 1];
// FSSpecs are valid for non-existant files
// but not non-existant directories.
// FSSpecs are valid for non-existent files
// but not non-existent directories.
// realpath does not behave in such a manner.
// expand the path. Also handles relative paths.