Index: blimp/helium/result.h |
diff --git a/blimp/helium/result.h b/blimp/helium/result.h |
index bbc2f1e5cf5961ff390b92fb308dff1ebc58ee78..6c5f128b2e4788e8439933c91c5bf62fb689c19b 100644 |
--- a/blimp/helium/result.h |
+++ b/blimp/helium/result.h |
@@ -11,7 +11,7 @@ namespace blimp { |
namespace helium { |
// Defines the canonical list of Helium result codes. |
-// Result::OK is the only non-error code. |
+// Result::SUCCESS is the only non-error code. |
// All other codes are considered errors and are prefixed by ERR_. |
// See error_list.h for the unprefixed list of error codes. |
// |