]> git.pond.sub.org Git - empserver/commitdiff
Tidy up some comments
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 17 May 2015 16:08:45 +0000 (18:08 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 17 May 2015 16:08:45 +0000 (18:08 +0200)
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/lib/commands/boar.c
src/lib/subs/attsub.c

index 6db81b967ac714e93dc539945d335c4740097785..6e6e22d8e948bcb3d4616262007afb2ca7496cca 100644 (file)
@@ -158,7 +158,7 @@ boar(void)
      */
 
     /*
-     * Careful: when the fight sinks the ship, putcombat() clobbers
+     * Careful: when the fight sinks the ship, put_combat() clobbers
      * *def (see FIXME there).
      */
     def_uid = def->shp_uid;
index 955cdd24b52bba231ea11d9bdc24ce627ff3ba36..7ff65fd5ad1c01f8018fa63edb7935d30935f99d 100644 (file)
@@ -416,7 +416,7 @@ put_combat(struct combat *com)
     }
     com->mobcost = 0;
     /*
-     * FIXME if we just sank the ship att_get_combat() will report
+     * FIXME if we just sank the ship, att_get_combat() will report
      * "not in the same sector", and proceed to clobber *com.  See
      * also the workaround in boar().
      */