diff options
Diffstat (limited to 'init/init.h')
-rw-r--r-- | init/init.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/init.h b/init/init.h index 6c82fa12c..f244ad7fe 100644 --- a/init/init.h +++ b/init/init.h @@ -31,8 +31,8 @@ namespace android { namespace init { -// Note: These globals are *only* valid in init, so they should not be used in ueventd, -// watchdogd, or any files that may be included in those, such as devices.cpp and util.cpp. +// Note: These globals are *only* valid in init, so they should not be used in ueventd +// or any files that may be included in ueventd, such as devices.cpp and util.cpp. // TODO: Have an Init class and remove all globals. extern std::string default_console; extern std::vector<std::string> late_import_paths; |