Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce83a4ca authored by Bart Van Assche's avatar Bart Van Assche Committed by James Bottomley
Browse files

libfc: Fix a typo in a source code comment

parent 0a66ac17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ static void fc_fcp_pkt_hold(struct fc_fcp_pkt *fsp)
}

/**
 * fc_fcp_pkt_destory() - Release hold on a fcp_pkt
 * fc_fcp_pkt_destroy() - Release hold on a fcp_pkt
 * @seq: The sequence that the FCP packet is on (required by destructor API)
 * @fsp: The FCP packet to be released
 *