diff --git a/lib/log/syslog.php b/lib/log/syslog.php
index a28255ed10e339b64df8f61c4f7dd2093693508f..c98deab7109bed68359baaa4fc41429c98df3825 100644
--- a/lib/log/syslog.php
+++ b/lib/log/syslog.php
@@ -28,7 +28,7 @@ class OC_Log_Syslog {
 	 * write a message in the log
 	 * @param string $app
 	 * @param string $message
-	 * @param int level
+	 * @param int $level
 	 */
 	public static function write($app, $message, $level) {
 		$minLevel = min(OC_Config::getValue("loglevel", OC_Log::WARN), OC_Log::ERROR);