From 3d66b8da7dfe0c7f0b077fff68ed70a91fe00f8d Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Fri, 13 Jan 2012 15:44:34 +0100 Subject: [PATCH] fixed typo --- BasicsC/files.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasicsC/files.h b/BasicsC/files.h index f42da012c7..41dda02eb4 100644 --- a/BasicsC/files.h +++ b/BasicsC/files.h @@ -139,7 +139,7 @@ char* TRI_SlurpFile (char const* filename); /// lock on the file is obtained using @FN{flock}. /// /// On success 0 is returned. An error number is returned on failure. See -/// @fn{TRI_errno} for details. +/// @FN{TRI_errno} for details. /// /// Internally, the functions keeps a list of open pid files. Calling the /// function twice with the same @FA{filename} will succeed and will not