updated for version 7.0168
diff --git a/src/window.c b/src/window.c
index 85bc22a..7d50180 100644
--- a/src/window.c
+++ b/src/window.c
@@ -4765,7 +4765,7 @@
 }
 
 /*
- * Get absolute file name into buffer 'buf' of length 'len' bytes.
+ * Get absolute file name into buffer "buf[len]".
  *
  * return FAIL for failure, OK otherwise
  */
@@ -4773,7 +4773,7 @@
 vim_FullName(fname, buf, len, force)
     char_u	*fname, *buf;
     int		len;
-    int		force;
+    int		force;	    /* force expansion even when already absolute */
 {
     int		retval = OK;
     int		url;