@@ -2156,7 +2156,7 @@ nb_do_cmd(
21562156 else if (streq ((char * )cmd , "save" ))
21572157 {
21582158 /*
2159- * NOTE - This command is obsolete wrt NetBeans. Its left in
2159+ * NOTE - This command is obsolete wrt NetBeans. It's left in
21602160 * only for historical reasons.
21612161 */
21622162 if (buf == NULL || buf -> bufp == NULL )
@@ -2242,7 +2242,7 @@ nb_do_cmd(
22422242
22432243 /*
22442244 * Is this needed? I moved the netbeans_Xt_connect() later during startup
2245- * and it may no longer be necessary. If its not needed then needupdate
2245+ * and it may no longer be necessary. If it's not needed then needupdate
22462246 * and do_update can also be removed.
22472247 */
22482248 if (buf != NULL && buf -> initDone && do_update )
@@ -2856,7 +2856,7 @@ netbeans_unmodified(buf_T *bufp UNUSED)
28562856}
28572857
28582858/*
2859- * Send a button release event back to netbeans. Its up to netbeans
2859+ * Send a button release event back to netbeans. It's up to netbeans
28602860 * to decide what to do (if anything) with this event.
28612861 */
28622862 void
@@ -3453,7 +3453,7 @@ pos2off(buf_T *buf, pos_T *pos)
34533453
34543454
34553455/*
3456- * This message is printed after NetBeans opens a new file. Its
3456+ * This message is printed after NetBeans opens a new file. It's
34573457 * similar to the message readfile() uses, but since NetBeans
34583458 * doesn't normally call readfile, we do our own.
34593459 */
0 commit comments