Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ion_int.h #248

Merged
merged 1 commit into from
Jun 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ionc/include/ionc/ion_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// or binary (base 256) representation. This requires
// the ability to convert between the two representations.
// This also includes a limited abilty to get the values
// out in more convnetional data formats as well.
// out in more conventional data formats as well.
//
// This version X is mildly optimized for a 32 bit
// int with 64 bit int support (i.e. 32 bit arch,
Expand Down