From 280cbb3ab2c6e4ad036ae2e44b10f5381a634140 Mon Sep 17 00:00:00 2001 From: robocop Date: Sat, 6 Feb 2010 04:26:14 +0000 Subject: [PATCH] Totally misc. --- src/remote/remote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/remote.h b/src/remote/remote.h index 5ab79b5b84..a27d3a90c0 100644 --- a/src/remote/remote.h +++ b/src/remote/remote.h @@ -123,7 +123,7 @@ public: static ISC_STATUS badHandle() { return isc_bad_db_handle; } - // This 2 functions assume rdb_async_lock to be locked + // These 2 functions assume rdb_async_lock to be locked void set_async_vector(ISC_STATUS* userStatus) throw(); void reset_async_vector() throw();