From f666576f6240faa2f83f16bb01cd0dd61fab272d Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 9 May 2013 03:30:19 +0200 Subject: [PATCH] CopyDirectoryToContainer: fix typo in comment --- build/jam/ImageRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/ImageRules b/build/jam/ImageRules index 6652201485..82f3e1069b 100644 --- a/build/jam/ImageRules +++ b/build/jam/ImageRules @@ -333,7 +333,7 @@ rule CopyDirectoryToContainer container : directoryTokens : sourceDirectory } # If sourceDirectory is a path, not a target, make it a target, so we can - # tree them the same way. + # treat both the same way. if ! isTarget in $(flags) { sourceDirectory = $(sourceDirectory:G=copy-directory-to-container) ; SEARCH on $(sourceDirectory) = ;