comparison src/if_perl.xs @ 4352:04736b4030ec v7.3.925

updated for version 7.3.925 Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 May 2013 04:24:17 +0200
parents 23ce9a61bdc2
children 517fa1a34c7c
comparison
equal deleted inserted replaced
4351:e5137a5dcf15 4352:04736b4030ec
655 return sv_bless(rv, gv_stashpv("VIBUF", TRUE)); 655 return sv_bless(rv, gv_stashpv("VIBUF", TRUE));
656 } 656 }
657 657
658 /* 658 /*
659 * perl_win_free 659 * perl_win_free
660 * Remove all refences to the window to be destroyed 660 * Remove all references to the window to be destroyed
661 */ 661 */
662 void 662 void
663 perl_win_free(wp) 663 perl_win_free(wp)
664 win_T *wp; 664 win_T *wp;
665 { 665 {