diff options
| author | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
| commit | 06a12b0cccbda419752f3388346be7d302ebcbeb (patch) | |
| tree | 69c3a4c23638553993a7580cae4a4d597fd8e258 /src/androidvfs.c | |
| parent | 1d5028ad0414cad458aac1102d3612e4956068c5 (diff) | |
| download | emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.tar.gz emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.zip | |
; Fix typos
Diffstat (limited to 'src/androidvfs.c')
| -rw-r--r-- | src/androidvfs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/androidvfs.c b/src/androidvfs.c index 51558d2a375..3b7fb731e86 100644 --- a/src/androidvfs.c +++ b/src/androidvfs.c | |||
| @@ -407,7 +407,7 @@ android_init_fd_class (JNIEnv *env) | |||
| 407 | values are prohibitively slow, but smaller values can't face up to | 407 | values are prohibitively slow, but smaller values can't face up to |
| 408 | some long file names within several nested layers of directories. | 408 | some long file names within several nested layers of directories. |
| 409 | 409 | ||
| 410 | Buffers holding components or other similar file name constitutents | 410 | Buffers holding components or other similar file name constituents |
| 411 | which don't represent SAF files must continue to use PATH_MAX, for | 411 | which don't represent SAF files must continue to use PATH_MAX, for |
| 412 | that is the restriction imposed by the Unix file system. */ | 412 | that is the restriction imposed by the Unix file system. */ |
| 413 | 413 | ||
| @@ -4179,7 +4179,7 @@ android_saf_stat (const char *uri_name, const char *id_name, | |||
| 4179 | } | 4179 | } |
| 4180 | 4180 | ||
| 4181 | /* Detect if Emacs has access to the document designated by the the | 4181 | /* Detect if Emacs has access to the document designated by the the |
| 4182 | documen ID ID_NAME within the tree URI_NAME. If ID_NAME is NULL, | 4182 | document ID ID_NAME within the tree URI_NAME. If ID_NAME is NULL, |
| 4183 | use the document ID in URI_NAME itself. | 4183 | use the document ID in URI_NAME itself. |
| 4184 | 4184 | ||
| 4185 | If WRITABLE, also check that the file is writable, which is true | 4185 | If WRITABLE, also check that the file is writable, which is true |
| @@ -6427,7 +6427,7 @@ android_root_name (struct android_vnode *vnode, char *name, | |||
| 6427 | if (!component_end) | 6427 | if (!component_end) |
| 6428 | component_end = name + length; | 6428 | component_end = name + length; |
| 6429 | else | 6429 | else |
| 6430 | /* Move past the spearator character. */ | 6430 | /* Move past the separator character. */ |
| 6431 | component_end++; | 6431 | component_end++; |
| 6432 | 6432 | ||
| 6433 | /* Now, find out if the first component is a special vnode; if so, | 6433 | /* Now, find out if the first component is a special vnode; if so, |
| @@ -7172,7 +7172,7 @@ android_readlinkat (int dirfd, const char *restrict pathname, | |||
| 7172 | while file streams also require ownership over file descriptors | 7172 | while file streams also require ownership over file descriptors |
| 7173 | they are created on behalf of. | 7173 | they are created on behalf of. |
| 7174 | 7174 | ||
| 7175 | Detaching the parcel file descriptor linked to FD consequentially | 7175 | Detaching the parcel file descriptor linked to FD consequently |
| 7176 | prevents the owner from being notified when it is eventually | 7176 | prevents the owner from being notified when it is eventually |
| 7177 | closed, but for now that hasn't been demonstrated to be problematic | 7177 | closed, but for now that hasn't been demonstrated to be problematic |
| 7178 | yet, as Emacs doesn't write to file streams. */ | 7178 | yet, as Emacs doesn't write to file streams. */ |