aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c
diff options
context:
space:
mode:
authorPaul Eggert2011-11-17 01:09:20 -0800
committerPaul Eggert2011-11-17 01:09:20 -0800
commit4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3 (patch)
tree04a24b4e53c431ec3deb9281a0454ede7ace7337 /src/w32proc.c
parentb6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (diff)
downloademacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.tar.gz
emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.zip
Spelling fixes.
Diffstat (limited to 'src/w32proc.c')
-rw-r--r--src/w32proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index 65d63597fae..c2020b40241 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -2296,7 +2296,7 @@ filesystems via ange-ftp. */);
2296 doc: /* Non-nil means attempt to fake realistic inode values. 2296 doc: /* Non-nil means attempt to fake realistic inode values.
2297This works by hashing the truename of files, and should detect 2297This works by hashing the truename of files, and should detect
2298aliasing between long and short (8.3 DOS) names, but can have 2298aliasing between long and short (8.3 DOS) names, but can have
2299false positives because of hash collisions. Note that determing 2299false positives because of hash collisions. Note that determining
2300the truename of a file can be slow. */); 2300the truename of a file can be slow. */);
2301 Vw32_generate_fake_inodes = Qnil; 2301 Vw32_generate_fake_inodes = Qnil;
2302#endif 2302#endif