Skip to content

Commit 38671c8

Browse files
Liubov Dmitrievameta-codesync[bot]
authored andcommitted
Fix spelling and grammar in fbcode/eden/fs comments, docs, and Thrift
Summary: Improve readability and accuracy by correcting typos, duplicate words, and minor grammar issues across EdenFS comments, documentation, and Thrift docstrings. This reduces confusion and keeps docs consistent for developers, with no functional code changes or behavior impact. --- AI generated Summary & Test Plan from DEV93655210 Differential Revision: D95213995 fbshipit-source-id: 4319a3e39ff4ced4d7e58d7a4d2722a73e1cf27a
1 parent de3ebf3 commit 38671c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

third-party/watchman/src/eden/fs/service/eden.thrift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ union Sha1OrError {
450450
* 2. Directories: POSIX_ERROR, EISDIR
451451
* 3. Non-source-control file types (FIFO, socket, char, block, whiteout, etc.): POSIX_ERROR, EINVAL
452452
* 4. Non-existent files: POSIX_ERROR, ENOENT
453-
* 5. Files that that lack blake3 hashes: ATTRIBUTES_UNAVAILABLE, ENOENT
453+
* 5. Files that lack blake3 hashes: ATTRIBUTES_UNAVAILABLE, ENOENT
454454
*/
455455
union Blake3OrError {
456456
1: BinaryHash blake3;
@@ -504,7 +504,7 @@ union ObjectIdOrError {
504504
* 1. Symlinks: POSIX_ERROR, EINVAL
505505
* 2. Non-source-control file types (FIFO, socket, char, block, whiteout, etc.): POSIX_ERROR, EINVAL
506506
* 3. Non-existent files: POSIX_ERROR, ENOENT
507-
* 4. Files that that lack digest sizes: ATTRIBUTES_UNAVAILABLE, ENOENT
507+
* 4. Files that lack digest sizes: ATTRIBUTES_UNAVAILABLE, ENOENT
508508
* 5. Materialized (locally modified) directories: ATTRIBUTES_UNAVAILABLE, ENOENT
509509
*/
510510
union DigestSizeOrError {
@@ -518,7 +518,7 @@ union DigestSizeOrError {
518518
* 1. Symlinks: POSIX_ERROR, EINVAL
519519
* 2. Non-source-control file types (FIFO, socket, char, block, whiteout, etc.): POSIX_ERROR, EINVAL
520520
* 3. Non-existent files: POSIX_ERROR, ENOENT
521-
* 4. Files/dirs that that lack digest hashes: ATTRIBUTES_UNAVAILABLE, ENOENT
521+
* 4. Files/dirs that lack digest hashes: ATTRIBUTES_UNAVAILABLE, ENOENT
522522
* 5. Materialized (locally modified) directories: ATTRIBUTES_UNAVAILABLE, ENOENT
523523
*/
524524
union DigestHashOrError {

0 commit comments

Comments
 (0)