]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-make-fulldeps/issue-64153/Makefile
Auto merge of #100935 - cuviper:upgrade-android-ci, r=Mark-Simulacrum
[rust.git] / src / test / run-make-fulldeps / issue-64153 / Makefile
index 51dc6b53a4504cfdb9f2674394ae4c23f5f71901..f42ea620fb9d13313b4ab3e1e22bc84bccf3b5cb 100644 (file)
@@ -19,7 +19,7 @@ all:
        # Dump all the symbols from the staticlib into `syms`
        "$(LLVM_BIN_DIR)"/llvm-objdump -t $(TMPDIR)/libdownstream.a > $(TMPDIR)/syms
        # Count the global instances of `issue64153_test_function`. There'll be 2
-       # if the `upstream` object file got erronously included twice.
+       # if the `upstream` object file got erroneously included twice.
        # The line we are testing for with the regex looks something like:
        # 0000000000000000 g     F .text.issue64153_test_function       00000023 issue64153_test_function
        grep -c -e "[[:space:]]g[[:space:]]*F[[:space:]].*issue64153_test_function" $(TMPDIR)/syms > $(TMPDIR)/count