diff options
author | ngie <ngie@FreeBSD.org> | 2014-09-24 06:50:14 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2014-09-24 06:50:14 +0000 |
commit | 53b2bd36c92829c420a32c55989e6ef60ad8a5b5 (patch) | |
tree | 40f73c38eaa0c0a470e52e22328351e8229b701b /contrib/atf/FREEBSD-upgrade | |
parent | 21dcd3f2508712eb7e5d4c91491d5745ed14ee7d (diff) | |
download | FreeBSD-src-53b2bd36c92829c420a32c55989e6ef60ad8a5b5.zip FreeBSD-src-53b2bd36c92829c420a32c55989e6ef60ad8a5b5.tar.gz |
Fix a typo in the upgrade directions
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'contrib/atf/FREEBSD-upgrade')
-rw-r--r-- | contrib/atf/FREEBSD-upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/atf/FREEBSD-upgrade b/contrib/atf/FREEBSD-upgrade index 7d1194a..e9d7a4c 100644 --- a/contrib/atf/FREEBSD-upgrade +++ b/contrib/atf/FREEBSD-upgrade @@ -41,7 +41,7 @@ the vendor branch as you easily risk committing build products into the tree. Lastly, with the list of old and new files in this import, make sure -to udpate the reachover Makefiles accordingly. +to update the reachover Makefiles accordingly. Test the build (keeping in mind the WITH_TESTS/WITHOUT_TESTS knobs) and, if all looks good, you are ready to commit all the changes in one go. |