Documentation fixes.

browser/*.m:
deep_profiler/*.m:
profiler/*.m:
library/backjump.m:
library/injection.m:
library/stm_builtin.m:
library/thread.barrier.m:
     Fix spelling errors.

     Replace tabs with spaces in a couple of spots.

     Delete trailing whitespace.
This commit is contained in:
Julien Fischer
2015-08-22 22:30:05 +10:00
parent 3218cffc35
commit 3d848cfc50
17 changed files with 33 additions and 33 deletions

View File

@@ -1697,7 +1697,7 @@ simplify_dirs(Dirs, SimpleDirs) :-
%
% Assumes a reverse list of directories and removes redundant `..'
% entries by scanning from the bottom most directory to the top,
% counting how many `..' occured (N) and removing entries accordingly.
% counting how many `..' occurred (N) and removing entries accordingly.
% SoFar accumulates the simplified dirs processed so far so we can be
% tail recursive.
%