From: Juanma Barranquero Date: Wed, 20 Feb 2008 12:09:38 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-pretest-23.0.90~7837 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=31e25350a8293708ce4fa08cfe3ad119bd728fd8;p=emacs.git Fix typo in comment. --- diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 1ccd8356ad2..e927c12c098 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -1511,7 +1511,7 @@ main (argc, argv) a valid drive designator, are interpreted as drive:path, not file:stream, and treated as absolute. The user can still pass a file:stream if desired (for example, - .\X:Y, but it is not very useful, as Emacs currently does a + .\X:Y), but it is not very useful, as Emacs currently does a very bad job of dealing wih NTFS streams. */ { char *filename = (char *) xmalloc (MAX_PATH);