diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-20 09:49:23 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-20 09:49:23 +0000 |
commit | 402f9c450d42b9930658b35ac8e5d2ae45ea87b7 (patch) | |
tree | 96c6e235b58f8505ab8e587478e714a05df27a11 | |
parent | aa9f11a72bec8b1cbdc0cc163eb2c9e9be2aaa68 (diff) |
Updated comments.
-rw-r--r-- | lib/custodian/alerter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/alerter.rb b/lib/custodian/alerter.rb index 30255f4..6ac4fe5 100644 --- a/lib/custodian/alerter.rb +++ b/lib/custodian/alerter.rb @@ -28,7 +28,7 @@ class Alerter # - # Resolve an IP address + # Return the reverse DNS for the specified IP address, nil on failure. # def resolve_ip( target ) resolved = nil |