about summary refs log tree commit diff
path: root/src/rt/rust_upcall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_upcall.cpp')
-rw-r--r--src/rt/rust_upcall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp
index 658fdec6df2..c011219ade8 100644
--- a/src/rt/rust_upcall.cpp
+++ b/src/rt/rust_upcall.cpp
@@ -191,7 +191,7 @@ upcall_malloc(type_desc *td, uintptr_t size) {
 
 // FIXME (#2861): Alias used by libcore/rt.rs to avoid naming conflicts with
 // autogenerated wrappers for upcall_malloc. Remove this when we fully move
-// away away from the C upcall path.
+// away from the C upcall path.
 extern "C" CDECL uintptr_t
 rust_upcall_malloc(type_desc *td, uintptr_t size) {
     return upcall_malloc(td, size);