summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaran.mccreesh@blueyonder.co.uk>2008-02-20 18:23:22 +0000
committerCiaran McCreesh <ciaran.mccreesh@blueyonder.co.uk>2008-02-27 03:12:43 +0000
commitd48f6a7dc45278e40caac40aeb66cb753b40cd88 (patch)
treefad2569f64b34c1aa87ffe882d5ce8e492304935 /profiles.tex
parentFix tex (diff)
downloadpms-d48f6a7dc45278e40caac40aeb66cb753b40cd88.tar.gz
pms-d48f6a7dc45278e40caac40aeb66cb753b40cd88.tar.bz2
pms-d48f6a7dc45278e40caac40aeb66cb753b40cd88.zip
profile inheritance is a tree, not a stack
Diffstat (limited to 'profiles.tex')
-rw-r--r--profiles.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles.tex b/profiles.tex
index 8f29741..1113438 100644
--- a/profiles.tex
+++ b/profiles.tex
@@ -123,7 +123,7 @@ determine whether a flag is masked for a given package version. This is describe
\caption{USE masking logic} \label{alg:use-masking}
\begin{algorithmic}[1]
\STATE let masked = false
-\FOR{each profile in the inheritance stack, ending with the current one}
+\FOR{each profile in the inheritance tree, depth first}
\IF{\t{use.mask} contains \i{flag}}
\STATE let masked = true
\ELSIF{\t{use.mask} contains \i{-flag}}