]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfs_vfsutils.c
xnu-1504.3.12.tar.gz
[apple/xnu.git] / bsd / hfs / hfs_vfsutils.c
index 2485c73f6a283b7a74e4747954346c3d8b1d274a..307e2db66da929be6ca51322f2d9e242a9726229 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2009 Apple Inc. All rights reserved.
+ * Copyright (c) 2000-2010 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -1493,7 +1493,7 @@ hfs_freeblks(struct hfsmount * hfsmp, int wantreserve)
        /*
         * We don't bother taking the mount lock
         * to look at these values since the values
-        * themselves are each updated automically
+        * themselves are each updated atomically
         * on aligned addresses.
         */
        freeblks = hfsmp->freeBlocks;