Commit 0df528ee authored by Paul's avatar Paul
Browse files

Fix spelling

parent 9613bac2
......@@ -6,7 +6,7 @@
namespace migraph {
void auto_contigous::apply(program& p) const
void auto_contiguous::apply(program& p) const
{
for(auto ins : iterator_for(p))
{
......
......@@ -8,9 +8,9 @@ namespace migraph {
struct program;
struct auto_contigous
struct auto_contiguous
{
std::string name() const { return "auto_contigous"; }
std::string name() const { return "auto_contiguous"; }
void apply(program& p) const;
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment