Skip to content

Commit e299402

Browse files
committed
Minor comment cleanup
1 parent f5bc197 commit e299402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keyring.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ impl KeyRing {
123123
/// The keyring must either grant the caller read permission, or grant
124124
/// the caller search permission.
125125
pub fn get_linked_keys(&self, max: usize) -> Result<Vec<Key>, KeyError> {
126-
// Allocate a capacity of 200 keys
126+
// Allocate the requested capacity
127127
let mut buffer = Vec::<KeySerialId>::with_capacity(max);
128128

129129
// Perform the read

0 commit comments

Comments
 (0)