diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-26 09:53:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-26 09:53:41 +0200 |
commit | 54e24990203f5e123396a44297ea4656ed3b6101 (patch) | |
tree | d6581a15fa0fea6a5de7c7c7e5147f3d7c865cc9 /build/prerequisite | |
parent | 478c521c09f1962e9d82a3fc4297e5cafb8c0758 (diff) |
Rework resolved prerequisite targets storage
Diffstat (limited to 'build/prerequisite')
-rw-r--r-- | build/prerequisite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/prerequisite b/build/prerequisite index 8a601fb..f46cb98 100644 --- a/build/prerequisite +++ b/build/prerequisite @@ -23,7 +23,7 @@ namespace build class scope; class target; - // Light-weight (by being shallow-pointing) prerequsite key, similar + // Light-weight (by being shallow-pointing) prerequisite key, similar // to (and based on) target key. // class prerequisite_key |