X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mix.h;h=305e9d80aaa1d742649fb77021b24fddc65c9b5d;hp=427a84f559c8f67369c24e9f4910f9cccdb83e8a;hb=3a6b996d8b39fdc067df352d1eee757ef2a8f49b;hpb=f9c625f512577063411f7a28874cb9c1dc5f6990 diff --git a/mix.h b/mix.h index 427a84f5..305e9d80 100644 --- a/mix.h +++ b/mix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013 Andre Noll + * Copyright (C) 2012-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -31,6 +31,6 @@ struct mixer { int (*get)(struct mixer_handle *handle); /** Change the value of the selected channel. */ int (*set)(struct mixer_handle *handle, int val); - /** Free all ressources associated with the given handle. */ + /** Free all resources associated with the given handle. */ void (*close)(struct mixer_handle **handle); };