patch-2.4.3 linux/net/irda/irias_object.c
Next file: linux/net/irda/irlan/irlan_provider.c
Previous file: linux/net/irda/ircomm/ircomm_tty.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Mar 2 11:12:12 2001
- Orig file:
v2.4.2/linux/net/irda/irias_object.c
- Orig date:
Mon Jan 1 09:54:07 2001
diff -u --recursive --new-file v2.4.2/linux/net/irda/irias_object.c linux/net/irda/irias_object.c
@@ -162,7 +162,7 @@
ASSERT(obj->magic == IAS_OBJECT_MAGIC, return -1;);
ASSERT(attrib != NULL, return -1;);
- /* Remove atribute from object */
+ /* Remove attribute from object */
node = hashbin_remove(obj->attribs, 0, attrib->name);
if (!node)
return 0; /* Already removed or non-existent */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)