about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpierwill <19642016+pierwill@users.noreply.github.com>2020-07-06 14:30:37 -0700
committerGitHub <noreply@github.com>2020-07-06 14:30:37 -0700
commit7610ab36f8aa7d0a683de36dbd919e87fbe9bbb1 (patch)
tree1253cbf389eea58192342f3205ef907f1217ab6b
parent0c03aee8b81185d65b5821518661c30ecdb42de5 (diff)
downloadrust-7610ab36f8aa7d0a683de36dbd919e87fbe9bbb1.tar.gz
rust-7610ab36f8aa7d0a683de36dbd919e87fbe9bbb1.zip
Expand abbreviation in core::ffi description
-rw-r--r--src/libcore/ffi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/ffi.rs b/src/libcore/ffi.rs
index ca463200650..ee3192eddbd 100644
--- a/src/libcore/ffi.rs
+++ b/src/libcore/ffi.rs
@@ -1,7 +1,7 @@
 #![stable(feature = "", since = "1.30.0")]
 #![allow(non_camel_case_types)]
 
-//! Utilities related to FFI bindings.
+//! Utilities related to foreign function interface (FFI) bindings.
 
 use crate::fmt;
 use crate::marker::PhantomData;