Rebrand to flashprog and update URLs

Mostly automated `sed` work. As of now, URLs to the old wiki are broken
either way, so changing them shouldn't hurt. Other URLs (e.g. to mailing
list archives) were hopefully filtered correctly.

Change-Id: I9d43bfd0e675eff2fcbad05f304b9ce9f5006b08
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashrom-stable/+/21
diff --git a/stm50.c b/stm50.c
index 37e560c..d03d6dc 100644
--- a/stm50.c
+++ b/stm50.c
@@ -45,7 +45,7 @@
 /* Some ST M50* chips do support erasing of sectors. This function will derive the erase function to use from
  * the length of the of the block. For calls that apparently do not address a sector (but a block) we just call
  * the block erase function instead. FIXME: This duplicates the behavior of the remaining erasers for blocks and
- * might be fixed when flashrom supports multiple functions per eraser or erasers that do erase parts of the
+ * might be fixed when flashprog supports multiple functions per eraser or erasers that do erase parts of the
  * chip only. */
 int erase_sector_stm50(struct flashctx *flash, unsigned int addr, unsigned int len)
 {