[PATCH] D106867: [scan-build] Fix a typo in the manual page: s/contraint/constraint.

Frederic Cambus via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 27 05:44:21 PDT 2021


fcambus created this revision.
fcambus added a reviewer: mgorny.
fcambus requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Fix a typo in the scan-build manual page: s/contraint/constraint.

      

While there, update hardcoded Clang version from 3.5 to 13.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106867

Files:
  clang/tools/scan-build/man/scan-build.1


Index: clang/tools/scan-build/man/scan-build.1
===================================================================
--- clang/tools/scan-build/man/scan-build.1
+++ clang/tools/scan-build/man/scan-build.1
@@ -2,9 +2,9 @@
 .\" See https://llvm.org/LICENSE.txt for license information.
 .\" SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 .\" $Id$
-.Dd May 25, 2012
+.Dd Jul 27, 2021
 .Dt SCAN-BUILD 1
-.Os "clang" "3.5"
+.Os "clang" "13"
 .Sh NAME
 .Nm scan-build
 .Nd Clang static analyzer
@@ -110,7 +110,7 @@
 .It Fl V , Fl Fl view
 View analysis results in a web browser when the build completes.
 .It Fl constraints Op Ar model
-Specify the contraint engine used by the analyzer.  By default the
+Specify the constraint engine used by the analyzer.  By default the
 .Ql range
 model is used.  Specifying
 .Ql basic


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106867.361996.patch
Type: text/x-patch
Size: 825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210727/8667ab31/attachment.bin>


More information about the cfe-commits mailing list