]> git.wh0rd.org Git - nano.git/commitdiff
minor comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 8 Mar 2004 19:53:11 +0000 (19:53 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 8 Mar 2004 19:53:11 +0000 (19:53 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1690 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/utils.c

index 9744264f43ef9b4c644eab6b0606e907ac8a6e4a..e18a7802a46212a32a399f90018d2c5aa38d3c08 100644 (file)
@@ -256,9 +256,9 @@ const char *strstrwrapper(const char *haystack, const char *needle,
     return stristr(start, needle);
 }
 
-/* This is a wrapper for the perror function.  The wrapper takes care of 
- * ncurses, calls perror (which writes to STDERR), then refreshes the 
- * screen.  Note that nperror causes the window to flicker once. */
+/* This is a wrapper for the perror() function.  The wrapper takes care
+ * of ncurses, calls perror (which writes to stderr), then refreshes the
+ * screen.  Note that nperror() causes the window to flicker once. */
 void nperror(const char *s)
 {
     /* leave ncurses mode, go to the terminal */