Skip to content

Commit

Permalink
Fix a typo in Clang tool refactoring docs
Browse files Browse the repository at this point in the history
runtime => run time

Change-Id: I9fcc4b0c8b6156676985428b9eec7a6f3cb3fd34
Reviewed-on: https://chromium-review.googlesource.com/508120
Commit-Queue: danakj <danakj@chromium.org>
Reviewed-by: danakj <danakj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#472803}
  • Loading branch information
zetafunction authored and Commit Bot committed May 18, 2017
1 parent db2e320 commit 82f80d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/clang_tool_refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ While clang has a [`clang::tooling::RefactoringTool`](http://clang.llvm.org/doxy
to automatically apply the generated replacements and save the results, it
doesn't work well for Chromium:

* Clang tools run actions serially, so runtime scales poorly to tens of
* Clang tools run actions serially, so run time scales poorly to tens of
thousands of files.
* A parsing error in any file (quite common in NaCl source) prevents any of
the generated replacements from being applied.
Expand Down

0 comments on commit 82f80d6

Please sign in to comment.