From a8a898e202d344ba41fd5ea0b0be5c3f4a78aa97 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 11 Nov 2010 10:30:37 -0300 Subject: [PATCH] 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" --- tools/Makefile.common | 2 +- tools/include/atrf.h | 2 +- tools/lib/atrf.c | 2 +- tools/lib/atusd.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/Makefile.common b/tools/Makefile.common index 00b71e0..0bbc7bd 100644 --- a/tools/Makefile.common +++ b/tools/Makefile.common @@ -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 diff --git a/tools/include/atrf.h b/tools/include/atrf.h index 430e7a1..f5e015f 100644 --- a/tools/include/atrf.h +++ b/tools/include/atrf.h @@ -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); diff --git a/tools/lib/atrf.c b/tools/lib/atrf.c index 42d84ac..9edad56 100644 --- a/tools/lib/atrf.c +++ b/tools/lib/atrf.c @@ -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 diff --git a/tools/lib/atusd.c b/tools/lib/atusd.c index 13ba067..831989f 100644 --- a/tools/lib/atusd.c +++ b/tools/lib/atusd.c @@ -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