mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-10 19:33:11 +00:00
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:
@@ -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.
|
||||
%
|
||||
|
||||
Reference in New Issue
Block a user