make sentence more simple

This commit is contained in:
Tshepang Mbambo
2026-01-09 22:49:32 +02:00
committed by GitHub
parent 8e61f0de27
commit 229673ac85
+1 -1
View File
@@ -111,7 +111,7 @@ fn add_aliases(&self, aliasee: &llvm::Value, aliases: &[(DefId, Linkage, Visibil
}
}
/// Whether a definition or declaration can be assumed to be local to a group of
/// A definition or declaration can be assumed to be local to a group of
/// libraries that form a single DSO or executable.
/// Marks the local as DSO if so.
pub(crate) fn assume_dso_local(&self, llval: &llvm::Value, is_declaration: bool) -> bool {