1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-05 18:05:16 +00:00

Tweak comment.

This commit is contained in:
Warner Losh 2012-06-29 06:06:19 +00:00
parent 5cb96b1dbd
commit c2353ed4c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237745

View File

@ -55,7 +55,7 @@ struct at91_pmc_clock
uint32_t (*set_outb)(int);
};
struct at91_pmc_clock * at91_pmc_clock_add(const char *name, uint32_t irq,
struct at91_pmc_clock *at91_pmc_clock_add(const char *name, uint32_t irq,
struct at91_pmc_clock *parent);
struct at91_pmc_clock *at91_pmc_clock_ref(const char *name);
void at91_pmc_clock_deref(struct at91_pmc_clock *);