Tidy up some comments

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2015-05-17 18:08:45 +02:00
parent 5b9b4c3c89
commit 1c9fb831ed
2 changed files with 2 additions and 2 deletions

View 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;

View 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().
*/