Skip to content

Commit

Permalink
variable name should be remain.
Browse files Browse the repository at this point in the history
  • Loading branch information
00liujj authored and nihui committed Nov 15, 2018
1 parent 201ebb8 commit 8c79c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/arm/clip_arm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int Clip_arm::forward_inplace(Mat &bottom_top_blob, const Option &opt) const
int nn = size >> 2;
int remain = size & 3;
#else
int remian = size;
int remain = size;
#endif

#if __ARM_NEON
Expand Down

0 comments on commit 8c79c90

Please sign in to comment.