about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-06 17:45:41 -0700
committerGitHub <noreply@github.com>2020-07-06 17:45:41 -0700
commit73f2069d529c9d945967dd8f1a3b71b6003c7f96 (patch)
treeacf4c72c41a2597704caed58216b62706ac2a941 /src
parent38f5151d3ff19d772deac0c6724ff8bde1d5c79f (diff)
parent7610ab36f8aa7d0a683de36dbd919e87fbe9bbb1 (diff)
Rollup merge of #74112 - pierwill:patch-2, r=sfackler
Expand abbreviation in core::ffi description
Diffstat (limited to 'src')
-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;