diff options
author | Michael Ford <fanquake@gmail.com> | 2015-01-18 15:24:09 +0800 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-01-31 17:38:28 -0500 |
commit | 5a809ef0f009bb6c412b5bf5f846feecfb133d70 (patch) | |
tree | a3ab195bad8130188cc989825c83b33b381edc01 /depends/funcs.mk | |
parent | bd2b73bb9b416139a0fbaf6eb2131356a59184a6 (diff) |
depends: fix typos
Diffstat (limited to 'depends/funcs.mk')
-rw-r--r-- | depends/funcs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/funcs.mk b/depends/funcs.mk index 337634253f..b407737f7f 100644 --- a/depends/funcs.mk +++ b/depends/funcs.mk @@ -205,7 +205,7 @@ endef # These functions create the build targets for each package. They must be # broken down into small steps so that each part is done for all packages # before moving on to the next step. Otherwise, a package's info -# (build-id for example) would only be avilable to another package if it +# (build-id for example) would only be available to another package if it # happened to be computed already. #set the type for host/build packages. |