Skip to content

Commit

Permalink
[core] Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert authored and dpiparo committed Jun 15, 2024
1 parent 7e01f40 commit 90b0a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/inc/Bswapcpy.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// n - is a number of array elements to be copied and byteswapped. //
// (It is not the number of bytes!) //
// //
// Note: It is note safe to call these routines with n == 0. //
// Note: It is not safe to call these routines with n == 0. //
// //
// For arrays of short type (2 bytes in size) use bswapcpy16(). //
// For arrays of of 4-byte types (int, float) use bswapcpy32(). //
Expand Down

0 comments on commit 90b0a5b

Please sign in to comment.