Commit 09b34ed3 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1941 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent f3ca80e1
Showing with 2 additions and 2 deletions
+2 -2
......@@ -1553,9 +1553,9 @@ size_t xplustabs(void)
size_t actual_x(const char *str, size_t xplus)
{
size_t i = 0;
/* the position in str, returned */
/* The position in str, returned. */
size_t length = 0;
/* the screen display width to str[i] */
/* The screen display width to str[i]. */
assert(str != NULL);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment