summaryrefslogtreecommitdiff
path: root/docs/doxygen.cfg.in
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2016-08-28 20:29:18 +0000
committerSylvestre Ledru <sylvestre@debian.org>2016-08-28 20:29:18 +0000
commit297f179ffa74f877dbb88140fe88864e8b83cc59 (patch)
tree15e05b4abbcc14489b90214fbe6a2c4d4123eb1c /docs/doxygen.cfg.in
parent481aed79783d72a8471289ad9fd2e818c7d108d9 (diff)
Fix some typos in the doc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279943 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/doxygen.cfg.in')
-rw-r--r--docs/doxygen.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in
index 7699711adce..7095dbd9aeb 100644
--- a/docs/doxygen.cfg.in
+++ b/docs/doxygen.cfg.in
@@ -1937,7 +1937,7 @@ PREDEFINED =
EXPAND_AS_DEFINED =
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
-# remove all refrences to function-like macros that are alone on a line, have an
+# remove all references to function-like macros that are alone on a line, have an
# all uppercase name, and do not end with a semicolon. Such function macros are
# typically used for boiler-plate code, and will confuse the parser if not
# removed.