summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-05 20:50:37 -0400
committerPaul Smith <psmith@gnu.org>2013-05-05 20:50:37 -0400
commitc086b5909dc990d5f2866098012feb2d89bccaa8 (patch)
tree10ffc8fa2b712c287158a297ab5566a8925dfe93 /remake.c
parentbfe01813708f393287d90d62ee523c3f738d21af (diff)
downloadmake-c086b5909dc990d5f2866098012feb2d89bccaa8.tar.gz
cosmetics: fix few innocuous typos
Most of these were found using Lucas De Marchi's 'codespell' tool. * ChangeLog: Fix minor typos. * ChangeLog.2: Likewise. * README.Amiga: Likewise. * TODO.private: Likewise. * function.c: Likewise. * glob/glob.h: Likewise. * job.c: Likewise. * main.c: Likewise. * readme.vms: Likewise. * remake.c: Likewise. * tests/ChangeLog: Likewise. * tests/NEWS: Likewise. * tests/README: Likewise. * tests/scripts/variables/private: Likewise. * vmsdir.h: Likewise. * signame.c: Likewise. While at it, improve line wrapping in the touched comment. Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remake.c b/remake.c
index 788d489f..0b214a46 100644
--- a/remake.c
+++ b/remake.c
@@ -41,7 +41,7 @@ extern int try_implicit_rule (struct file *file, unsigned int depth);
/* The test for circular dependencies is based on the 'updating' bit in
- 'struct file'. However, double colon targets have seperate 'struct
+ 'struct file'. However, double colon targets have separate 'struct
file's; make sure we always use the base of the double colon chain. */
#define start_updating(_f) (((_f)->double_colon ? (_f)->double_colon : (_f))\