From cb4a05cfdf59c3645e0e09e3cf154204e1a28c41 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 24 Jun 2013 10:52:07 +0200 Subject: [PATCH] Missed B_WATCH_FOLDERS_ONLY occurrence --- headers/private/storage/PathMonitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/storage/PathMonitor.h b/headers/private/storage/PathMonitor.h index f623e9c252..3309eb2b98 100644 --- a/headers/private/storage/PathMonitor.h +++ b/headers/private/storage/PathMonitor.h @@ -14,7 +14,7 @@ #define B_WATCH_RECURSIVELY 0x0200 #define B_WATCH_DIRECTORIES_ONLY 0x0400 // NOTE: B_WATCH_RECURSIVELY usually implies to watch for file changes as well, -// if that is not desired, add B_WATCH_FOLDERS_ONLY to the flags. +// if that is not desired, add B_WATCH_DIRECTORIES_ONLY to the flags. #define B_PATH_MONITOR '_PMN'