Skip to content

Commit

Permalink
code comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
davibe committed Jun 2, 2022
1 parent e91564a commit 1aa0023
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aya/src/programs/mod.rs
Expand Up @@ -558,8 +558,9 @@ macro_rules! impl_program_unload {
impl $struct_name {
/// Unloads the program from the kernel.
///
/// Links will be detached before unloading the program.
/// Note that OwnedLinks you obtained using ´forget_link()´ will not be detached.
/// Links will be detached before unloading the program. Note
/// that owned links obtained using `forget_link()` will not be
/// detached.
pub fn unload(&mut self) -> Result<(), ProgramError> {
unload_program(&mut self.data)
}
Expand Down

0 comments on commit 1aa0023

Please sign in to comment.