mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 13:11:53 +02:00
The Great ATSPI Renaming, part 9: update comments as well
- Makefile.common, lib/atrf.c, lib/atusd.c: change ATSPI to ATRF in title comment - include/atrf.h: comment still referred to atrf-id as "atspi-id"
This commit is contained in:
parent
6ee514239e
commit
a8a898e202
@ -1,5 +1,5 @@
|
||||
#
|
||||
# tools/Makefile.common - Common items in ATSPI tool makefiles
|
||||
# tools/Makefile.common - Common items in ATRF tool makefiles
|
||||
#
|
||||
# Written 2010 by Werner Almesberger
|
||||
# Copyright 2010 Werner Almesberger
|
||||
|
@ -19,7 +19,7 @@
|
||||
struct atrf_dsc;
|
||||
|
||||
|
||||
void *atrf_usb_handle(struct atrf_dsc *dsc); /* hack for atspi-id */
|
||||
void *atrf_usb_handle(struct atrf_dsc *dsc); /* hack for atrf-id */
|
||||
|
||||
struct atrf_dsc *atrf_open(void);
|
||||
void atrf_close(struct atrf_dsc *dsc);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* lib/atrf.c - ATSPI access functions library
|
||||
* lib/atrf.c - ATRF access functions library
|
||||
*
|
||||
* Written 2010 by Werner Almesberger
|
||||
* Copyright 2010 Werner Almesberger
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* lib/atusd.c - ATSPI access functions library (uSD version)
|
||||
* lib/atusd.c - ATRF access functions library (uSD version)
|
||||
*
|
||||
* Written 2010 by Werner Almesberger
|
||||
* Copyright 2010 Werner Almesberger
|
||||
|
Loading…
Reference in New Issue
Block a user