Fix spelling and formatting throughout the system.

configure.ac:
browser/*.m:
compiler/*.m:
deep_profiler/*.m:
library/*.m:
ssdb/*.m:
runtime/mercury_conf.h.in:
runtime/*.[ch]:
scripts/Mmake.vars.in:
trace/*.[ch]:
util/*.c:
	Fix spelling and doubled-up words.

	Delete trailing whitespace.

	Convert tabs into spaces (where appropriate).
This commit is contained in:
Julien Fischer
2015-12-02 18:46:00 +11:00
parent c1f6fdfb11
commit 94535ec121
127 changed files with 862 additions and 865 deletions

View File

@@ -42,7 +42,7 @@ endif
# We need to substitute all spaces with colons for the VPATH to work.
# Getting a space to be recognised as the first argument of the subst
# function is problematic; hence the `$(nullstring)' hack.
# As VPATH uses colon as the seperator we also need to convert all the
# As VPATH uses colon as the separator we also need to convert all the
# directories into cygwin unix format if they are in windows format.
# XXX Note that directory names with spaces in them (e.g. under Windows)
# will cause problems for the VPATH settings below, as well as every
@@ -578,7 +578,7 @@ endif
# This needs to go here so that user Mmake files can add new suffixes.
.SUFFIXES: # reset sufix list to be empty
.SUFFIXES: # reset suffix list to be empty
#-----------------------------------------------------------------------------#