Skip to content

Commit

Permalink
spelling mistake
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed May 9, 2022
1 parent 142d9d9 commit 2e1cc3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG fromimage=ghcr.io/autamus/dyninst:master
FROM $fromimage

# docker build --build-arg fromimage=ghcr.io/dyninst/dyninst-branch-builder:callsites-2 -t smeagle .
# docker build --build-arg ghcr.io/dyninst/dyninst-branch-builder:matt-callsites-3 -t smeagle .

# uncomment to use dyninst latest release
# FROM ghcr.io/autamus/dyninst
Expand Down
2 changes: 1 addition & 1 deletion source/smeagle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ smeagle::Corpus Smeagle::parse() {
//}
}
}
corpus.parseCallsiteABILocations(obj, obj->getArchitecutre());
corpus.parseCallsiteABILocations(obj, obj->getArchitecture());

// Return the corpus for further processing
return corpus;
Expand Down

0 comments on commit 2e1cc3b

Please sign in to comment.