OSDN Git Service

gcc/ada/
[pf3gnuchains/gcc-fork.git] / gcc / ada / a-calend.adb
index 2e7c61a..d543cd8 100644 (file)
@@ -939,7 +939,7 @@ package body Ada.Calendar is
          tm_year := Year - 1900;
          tm_mon  := Month - 1;
 
-         --  Step 3: Handle leap second occurences
+         --  Step 3: Handle leap second occurrences
 
          if Leap_Sec then
             tm_sec := 60;