hotspot/src/share/vm/services/lowMemoryDetector.hpp
changeset 32728 c94c99524ae9
parent 29690 02ce43f0f95a
--- a/hotspot/src/share/vm/services/lowMemoryDetector.hpp	Wed Aug 26 12:43:15 2015 +0200
+++ b/hotspot/src/share/vm/services/lowMemoryDetector.hpp	Mon Sep 14 07:02:50 2015 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -180,7 +180,7 @@
   // any clears unless the usage becomes greater than or equal
   // to the high threshold.
   //
-  // If the current level is between high and low threhsold, no change.
+  // If the current level is between high and low threshold, no change.
   //
   void set_gauge_sensor_level(MemoryUsage usage, ThresholdSupport* high_low_threshold);