Fix minor documentation problems.

deep_profiler/display_report.m:
deep_profiler/message.m:
deep_profiler/recursion_patterns.m:
deep_profiler/var_use_analsis.m:
java/runtime/UnreachableDefault.java:
runtime/mercury_engine.c:
runtime/mercury_minimal_model.c:
runtime/mercury_signal.h:
runtime/mercury_stack_layout.h:
runtime/mercury_wrapper.c:
runtime/mercury_threadscope.c:
trace/mercury_trace_external.c:
HISTORY:
    As above.
This commit is contained in:
Julien Fischer
2018-10-09 05:27:36 +00:00
parent 8fe2751758
commit f8d188fda8
13 changed files with 16 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
// Copyright (C) 2018 The Mercury team.
// This file is distributed under the terms specified in COPYING.LIB.
//
// This exception signals when an unreachable default case of of a switch
// This exception signals when an unreachable default case of a switch
// statement is reached.
//