diff options
author | Seth Jackson <sethjackson@gmail.com> | 2016-01-15 17:05:43 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2016-01-16 18:34:31 -0500 |
commit | a7ade5c832dc5081afbc3f6bd21657491b27863a (patch) | |
tree | ddcdb7f2fa305203833f42ed1be7781b677b4889 /src/nvim/if_cscope.c | |
parent | 0735b05c8296f4b73926fc7024f76d37241f390c (diff) | |
download | rneovim-a7ade5c832dc5081afbc3f6bd21657491b27863a.tar.gz rneovim-a7ade5c832dc5081afbc3f6bd21657491b27863a.tar.bz2 rneovim-a7ade5c832dc5081afbc3f6bd21657491b27863a.zip |
misc: UNIX => Unix #4022
Although UNIX is a registered trademark of The Open Group, it doesn't
really matter whether we refer to these systems as UNIX, Unix, or
Unix-like. So, for consistency, refer to them collectively as Unix.
Related:
http://www.greens.org/about/unix.html
http://www.unixica.com/html/unixunix.html
Diffstat (limited to 'src/nvim/if_cscope.c')
-rw-r--r-- | src/nvim/if_cscope.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c index cd206e2e0d..2a766734fe 100644 --- a/src/nvim/if_cscope.c +++ b/src/nvim/if_cscope.c @@ -1841,9 +1841,7 @@ static void sig_handler(int s) { */ static void cs_release_csp(size_t i, int freefnpp) { - /* - * Trying to exit normally (not sure whether it is fit to UNIX cscope - */ + // Trying to exit normally (not sure whether it is fit to Unix cscope) if (csinfo[i].to_fp != NULL) { (void)fputs("q\n", csinfo[i].to_fp); (void)fflush(csinfo[i].to_fp); |