[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5153: cosmetics: Fix packte vs. packet typo.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Mon, 15 Nov 2010 13:38:31 -0000

------------------------------------------------------------
revno: 5153
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2010-11-15 14:37:13 +0100
message:
  cosmetics: Fix packte vs. packet typo.
modified:
  lib/core/modularization.c


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'lib/core/modularization.c'
--- lib/core/modularization.c   2010-11-12 16:42:54 +0000
+++ lib/core/modularization.c   2010-11-15 13:37:13 +0000
@@ -489,9 +489,9 @@
  */
 static void lmod_free_packet_entry(void *entry)
 {
-    struct packet_type *packte_type_entry = entry;
-    free(packte_type_entry->identifier);
-    free(packte_type_entry);
+    struct packet_type *packet_type_entry = entry;
+    free(packet_type_entry->identifier);
+    free(packet_type_entry);
 }
 
 /**

Other related posts: