Skip to content

Commit

Permalink
Merge pull request swiftlang#14 from hitstergtd/hitstergtd-docfixes-2
Browse files Browse the repository at this point in the history
[gardening] Fix cosmetic and non-cosmetic typos
  • Loading branch information
ddunbar committed Apr 11, 2016
2 parents 4ae5b16 + 548e629 commit 3c69c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/llbuild/Core/BuildDB.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class BuildDB {
/// Update the stored result for a rule.
///
/// The BuildEngine does not enforce that the dependencies for a Rule are
/// uniqu. However, duplicate dependencies have no semantic meaning for the
/// engine, and the database may elect to discard them for storage.
/// unique. However, duplicate dependencies have no semantic meaning for the
/// engine, and the database may elect to discard them from storage.
virtual void setRuleResult(const Rule& rule, const Result& result) = 0;

/// Called by the build engine to indicate that a build has started.
Expand Down

0 comments on commit 3c69c70

Please sign in to comment.