Fix typo (a vs. an)

This commit is contained in:
practicalswift
2017-12-28 14:41:54 +01:00
committed by Christian Decker
parent aee3661b35
commit bfce5b41f9

View File

@@ -398,7 +398,7 @@ struct onionpacket *create_onionpacket(
} }
/* /*
* Given a onionpacket msg extract the information for the current * Given an onionpacket msg extract the information for the current
* node and unwrap the remainder so that the node can forward it. * node and unwrap the remainder so that the node can forward it.
*/ */
struct route_step *process_onionpacket( struct route_step *process_onionpacket(