]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/build/type.jam
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / src / build / type.jam
index 554894cfc848561a3afcb3123f0cc106047ef57a..419656df0aad5b2fb25715e80d8d493755943e1b 100644 (file)
@@ -67,7 +67,7 @@ rule register ( type : suffixes * : base-type ? )
             # Specify mapping from suffixes to type.
             register-suffixes $(suffixes) : $(type) ;
             # By default generated targets of 'type' will use the first of
-            #'suffixes'. This may be overriden.
+            #'suffixes'. This may be overridden.
             set-generated-target-suffix $(type) : : $(suffixes[1]) ;
         }