From d65c23f6e449210bcceef618b272cbb00a27bf5a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 2 Jul 2016 19:17:58 +0000 Subject: fix two typos in the doc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274447 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/doxygen.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doxygen.cfg.in') diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in index adf9068613..c96ab49ba0 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. -- cgit v1.2.1