From e3226cdd2bf02d6934f928a70898facbbbc98009 Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 27 Aug 2010 17:09:14 -0400 Subject: [PATCH] Typo in doxygen comment --- include/cdio/udf.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/cdio/udf.h b/include/cdio/udf.h index e35d74d1..29ac2f06 100644 --- a/include/cdio/udf.h +++ b/include/cdio/udf.h @@ -1,7 +1,5 @@ /* - $Id: udf.h,v 1.22 2008/03/25 15:59:09 karl Exp $ - - Copyright (C) 2005, 2006, 2008 Rocky Bernstein + Copyright (C) 2005, 2006, 2008, 2010 Rocky Bernstein This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -118,7 +116,7 @@ extern "C" { unsigned int i_volsetid); /*! - Return a file pointer matching pzz_name. + Return a file pointer matching psz_name. */ udf_dirent_t *udf_fopen(udf_dirent_t *p_udf_root, const char *psz_name);