From 1c9fb831ed98cc2df1681a5741fb3c75b96b9aee Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 17 May 2015 18:08:45 +0200 Subject: [PATCH] Tidy up some comments Signed-off-by: Markus Armbruster --- src/lib/commands/boar.c | 2 +- src/lib/subs/attsub.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/commands/boar.c b/src/lib/commands/boar.c index 6db81b96..6e6e22d8 100644 --- a/src/lib/commands/boar.c +++ b/src/lib/commands/boar.c @@ -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; diff --git a/src/lib/subs/attsub.c b/src/lib/subs/attsub.c index 955cdd24..7ff65fd5 100644 --- a/src/lib/subs/attsub.c +++ b/src/lib/subs/attsub.c @@ -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(). */