Update julia/deps/build.jl
Co-Authored-By: Chaitanya Prakash Bapat <chai.bapat@gmail.com>
diff --git a/julia/deps/build.jl b/julia/deps/build.jl
index bac0c00..fc91552 100644
--- a/julia/deps/build.jl
+++ b/julia/deps/build.jl
@@ -169,7 +169,7 @@
_srcdir = joinpath(BinDeps.depsdir(mxnet), "src")
_mxdir = joinpath(_srcdir, "mxnet")
- # We have do eagerly delete the build stuffs.
+ # We have to eagerly delete the build directory.
# Otherwise we won't rebuild on an update.
rm(_blddir, recursive=true, force=true)