aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/rust-ffi.hh
diff options
context:
space:
mode:
authorCarlo Nucera <meditans@gmail.com>2020-05-26 11:43:18 -0400
committerGitHub <noreply@github.com>2020-05-26 11:43:18 -0400
commitc2f33edd1f30f5c7c54780636104bdef318d65db (patch)
treeb237efb3263a60a29c25e841ba2d6d2fe6225ad4 /src/libutil/rust-ffi.hh
parente433d4af4cf78c88dc0cb3e8139e835470b72fd3 (diff)
Update src/libutil/rust-ffi.hh
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
Diffstat (limited to 'src/libutil/rust-ffi.hh')
-rw-r--r--src/libutil/rust-ffi.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/rust-ffi.hh b/src/libutil/rust-ffi.hh
index 584dcf110..8b61b6d00 100644
--- a/src/libutil/rust-ffi.hh
+++ b/src/libutil/rust-ffi.hh
@@ -42,7 +42,7 @@ protected:
}
// Not all Rust types are Clone / Copy, but our base Value class needs to
- // have a copy constructor so that ones which do implement Copy/Clone
+ // have a copy constructor so that types which do implement Copy/Clone
// can be copied/cloned.
Value(const Value & other)
: raw(other.raw)