From 548e6299ed2ab711fde315b22a0119a29e462496 Mon Sep 17 00:00:00 2001 From: hitstergtd Date: Mon, 11 Apr 2016 08:54:40 +0100 Subject: [PATCH] [gardening] Fix cosmetic and non-cosmetic typos - s/uniqu/unique/ - s/for/from/ in one place because latter makes contextual sense --- include/llbuild/Core/BuildDB.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llbuild/Core/BuildDB.h b/include/llbuild/Core/BuildDB.h index 6e6fdfbe4eb..aea314fafe2 100644 --- a/include/llbuild/Core/BuildDB.h +++ b/include/llbuild/Core/BuildDB.h @@ -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.