]> git.pond.sub.org Git - empserver/commitdiff
Doc fix.
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 14 Jun 2006 18:14:40 +0000 (18:14 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 14 Jun 2006 18:14:40 +0000 (18:14 +0000)
src/lib/commands/newe.c
src/lib/common/stmtch.c
src/lib/update/sect.c

index 4a2da9e2aa5a79afbc08a3aede93b70d43cad364..d62f85d15220b9ad19f193ba9536c830beb3588f 100644 (file)
@@ -73,8 +73,6 @@ newe(void)
            uws = (1.0 + uwbrate * etu_per_update) * sect.sct_item[I_UW];
            natp = getnatp(sect.sct_own);
            maxpop = max_pop(natp->nat_level[NAT_RLEV], &sect);
-           /* This isn't quite right, since research might rise/fall */
-           /* during the update, but it's the best we can really do  */
            work = new_work(&sect,
                            total_work(sect.sct_work, etu_per_update,
                                       civs, sect.sct_item[I_MILIT], uws,
index 27f00501f48220953f46c39c657aa5eba7c78221..0d697a64c0413d679c309121bd4643db572f5a6b 100644 (file)
@@ -37,7 +37,7 @@
 #include "match.h"
 
 /*
- * Find NEEDLE in array HAYSTACK[], return its index.
+ * Find element named NEEDLE in array HAYSTACK[], return its index.
  * Return M_NOTFOUND if there are no matches, M_NOTUNIQUE if there are
  * several.
  * Each array element has a pointer to its name stored at offset OFFS.
index 8a294187b0fcbed42dd205762485d95cb35991ea..df61432b3f1a2e1539d48b9bb8693b4f66f87b8f 100644 (file)
@@ -263,7 +263,7 @@ decay_fallout(struct sctstr *sp, int etus)
 }
 
 /*
- * Produce only a set sector type for a specific nation
+ * Produce for a specific nation
  */
 void
 produce_sect(int natnum, int etu, int *bp, long p_sect[][2])